Skip to content

v0.2

Compare
Choose a tag to compare
@scottchiefbaker scottchiefbaker released this 21 Apr 21:00
· 209 commits to main since this release

First full featured release

  • Basic variable assignment: scalar, array, hash
  • If/then conditionals
  • Foreach for arrays and hashes
  • Literal to support { and } in templates
  • Simple mode
  • Inline mode
  • Extensive unit tests
  • Validates against PHP 7.3, 7.4, 8.0, 8.1
  • Documentation and examples with sample syntax