Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 627 Bytes

File metadata and controls

23 lines (20 loc) · 627 Bytes

Changelog template-render-wizard

1.1.0 (Unreleased)

  • autogenerate syntax tree
  • rename stream to lexer
  • fixed math operations
  • add support include constructions

1.0.0

  • support --set key=value for pass variables in context
  • read values-files --values <file-name>
  • support inject values with {{ and }}
  • support inject calculated values with {% and %}
  • support if-else-endif and if-endif
  • support for-in-endif
  • add tests
  • basic math operations
  • basic compare operations
  • logical and and or operations
  • build syntax tree

0.0.1

  • initial commit