#Custom expression parser integrated with YACL

13 messages · Page 1 of 1 (latest)

dapper oak
#

To achieve maximum flexibility, I'm adding a math expression parser I made a while ago to Do a Barrel Roll, and integrating it with YACL. It compiles a string based expression to a tree of nested lambda functions, so that once compiled, the performance difference with actual code should be negligible.

I want to apply this to more parts of the mod, maybe using it to allow users to define custom camera modifiers, but I'll have to see what's possible without bogging down usability of the ui.

neon grove
#

swanky

shut fossil
#

Daaaam that so cool

silver apex
#

syntax highlighting when

dapper oak
#

maybe once you make a multiline text field controller hueh

neon grove
dapper oak
neon grove
#

status update: auri is doing it

outer egret
#

Is the math parser on github? in the mod I was working on a few months back I was using a wrapper around exp4j and it worked wonders, kinda want to compare