Skip to content

v1.1.0

Compare
Choose a tag to compare
@GoogleFeud GoogleFeud released this 16 Feb 16:48
· 308 commits to main since this release

Changes

  • Moved documentation from the readme to github pages.

Additions

  • Added a Var marker which allows you to store expressions inside a variable.
  • Added an $$err built-in macro which throws an error during compilation.
  • Added an $$import built-in macro which creates imports.
  • Object / array accessing expressions are now replaced with literals as long as an the object / array is a literal.