Skip to content

Release version 0.2.7

Compare
Choose a tag to compare
@babyraging babyraging released this 16 Mar 14:59
· 19 commits to master since this release

Added

  • Added YYTYPE setting for implicit non-terminal symbol type declaration (yacc). Issue #12

Changed

  • Now when a untyped non-terminal is accessed with $$ will not raise error if YYTYPE is set in the settings (yacc)

Bug fixes

  • Added INITIAL as predefined state (lex). Issue #12
  • Fixed syntax highlight for %state. Issue #12