Skip to content

v0.3.3

Compare
Choose a tag to compare
@robocoder robocoder released this 23 Oct 17:45
· 472 commits to master since this release

Announcement:

Enhancements:

  • Compiler: add getVariables() and addFeature() API methods

Compatibility:

  • Compiler: can pass negative indices to nth() and set-nth()
  • Compiler: can pass map as args to mixin expecting varargs
  • Compiler: add coerceList(map)
  • Compiler: improve @at-root support
  • Nested formatter: suppress empty blocks

Internals:

  • Parser, Compiler: refactoring sourceParser to sourceIndex to facilitate future caching of parse tree