Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#43749 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
User avatar
By Mmiscool
#43912 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
User avatar
By viscomjim
#43930 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!!!!
User avatar
By Mmiscool
#43934 Yes. These are the improvements.

Hopefully I have not missed adding any functions.