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

Refactor expression type and add pattern type #27

Closed cvauclair closed 3 years ago

cvauclair commented 3 years ago

-Refactor expr type to allow for nested let bindings (closes #18 ) -Add primitives for pattern matching and complex type destructuring

cvauclair commented 3 years ago

Closes #26