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

Add basic evaluation #55

Closed cvauclair closed 3 years ago

cvauclair commented 3 years ago

Description

The Mesh Engine should support evaluating expressions.

Note: Without the standard library, what can be implemented in the evaluation module is somewhat limited (e.g.: no arithmetic).