viperscape / lichen

Scripting DSL with Rust interpreter
Apache License 2.0
32 stars 4 forks source link

reimplement custom functions in some form, for redesign branch #10

Closed viperscape closed 7 years ago

viperscape commented 7 years ago

This is the blocking issue before redesign can be merged down into master Custom functions should be implemented somehow, probably similar to logicfn closures

viperscape commented 7 years ago

functioning now, though an easier way to update external state may be necessary down the road