Skip to content

Release version 0.2.1

Compare
Choose a tag to compare
@babyraging babyraging released this 30 Apr 01:32

0.2.1

Added

  • Added support for start state scope (lex)

Changed

  • Now uses a parser to parse the %union types instead of regex (yacc)
  • Modified README.md

Bug fixes

  • Fixed wrong string highlight when quotes are escaped. Issue #1 (lex)
  • Fixed wrong type detection in the %union scope (yacc)
  • Fixed an hover issue when the non-terminal name is the same as a typename (yacc)