Skip to content

0.3.0

Pre-release
Pre-release

Choose a tag to compare

@james-pre james-pre released this 06 Jan 01:54
· 80 commits to main since this release
v0.3.0
336ea08
  • Changed snake case to camel case
  • Cleaned up a ton of code
  • Added attributes to BNF (e.g. @ignore comment = ...;)
  • Improved outputting issues
  • Move bnf.bnf to grammars
  • Added - support in BNF identifiers
  • Added C23 grammar
  • Added config.compress
  • Added BNF directives: ##include, ##groups
  • Commas in BNF are now optional
  • Add support for example? and example* in BNF files