Protean-Labs / mesh

The Mesh Engine that implements the Mesh Language, a computational language for web3.
Apache License 2.0
1 stars 0 forks source link

Feature/12 #19

Closed cvauclair closed 3 years ago

cvauclair commented 3 years ago

Parser: -Add parsing for anonymous functions (closes #12)

Syntax: -Improve expression pretty-printing to add AST node labels -Clean up code

Tests: -Add a few tests for anonymous function parsing

cvauclair commented 3 years ago

@ThierryBleau I'm not done yet (still have to do the let bindings to anon. functions), but you can still review what is implemented