Skip to content

v1.7.0

Compare
Choose a tag to compare
@sillydan1 sillydan1 released this 11 Sep 10:45
· 116 commits to main since this release
ead430a

What's Changed

Compare with v1.6.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).

Full Changelog: v1.6.0...v1.7.0