v1.1.0
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.