-->
Page 1 of 3

Significant improvements coming.

PostPosted: Mon Mar 21, 2016 6:43 pm
by Mmiscool
Thanks to the amazing work of cicciocb there is a new more robust parser engine coming to ESP Basic. It will support compound expressions and fast execution times.

This has been in the works now for a couple of weeks and the results are looking good so far. It is not quite there yet but soon.

Stay tuned to see where it goes from here.

A small taste of things to come:

print 5+3/2*(7+9)
bla = "String"
print "This is "&"A "&bla

Re: Significant improvements coming.

PostPosted: Wed Mar 23, 2016 11:20 pm
by Mmiscool
I have uploaded a new build.
This build integrates the expression parser cicciocb has been working on with the man branch.


Please report any bugs. this is still experimental but has been giving good results so far. :-D

Re: Significant improvements coming.

PostPosted: Thu Mar 24, 2016 6:24 am
by viscomjim
Hi Mike, I'm at work so I can't test, but does this version support what you mentioned earlier?

print 5+3/2*(7+9)
bla = "String"
print "This is "&"A "&bla

I just want to make sure I am using the correct syntax.

thanks!!!!

Re: Significant improvements coming.

PostPosted: Thu Mar 24, 2016 7:07 am
by Mmiscool
Yes. These are the improvements.

Hopefully I have not missed adding any functions.