issues
search
sillydan1
/
expr
Simple variable and environment manipulation language
MIT License
1
stars
0
forks
source link
Fix/multiple use compatibility
#11
Closed
sillydan1
closed
2 years ago
sillydan1
commented
2 years ago
Compare with v1.6.0
v1.7.0
Bug Fixes
Cleanup interpreter::evaluate function (
137fdad
by Asger Gitz-Johansen).
Interpreter now does an environment lookup for all identifier references (
e3250f5
by Asger Gitz-Johansen).
Add space between the macro and parentheses (
0a7b2a2
by Asger Gitz-Johansen).
Add m4_define_default parser_ns for namespace overwritability (
8b896b1
by Asger Gitz-Johansen).
Features
Add interpret_declarations and interpret_expression functions to interpreter (
2ccc3e6
by Asger Gitz-Johansen).
Compare with v1.6.0
v1.7.0
Bug Fixes
Features