Skip to content

1.0 - The first

Compare
Choose a tag to compare
@tevelee tevelee released this 07 Jan 14:45
· 71 commits to master since this release

Features

  • Ability to parse typed expressions
    • Custom data types and functions
    • Loads of examples in the unit tests
  • Ability to parse template expressions
    • Inner parts of recognised expressions can use typed interpreters for further evaluation
  • Context for supporting evaluations
    • Only variables for now
    • Possible to add general context and evaluation-specific ones
  • Support for expressions with embedded parentheses: a - (b * (c + d))

Additions

  • Initial documentation
  • Example project: Full template engine
    • Loads of helpers for operator and function creation
  • Continous integration pipeline
    • Built, test, lint
  • Automatic documentation update
    • Generated from line comments and README pages