Releases: JetBrains/Grammar-Kit
Releases · JetBrains/Grammar-Kit
2019.1.1
2019.1.1
- Generator: overridable parse_root_ and static parse_root_ methods
- Generator: support package prefixes
- JFlex: move generator output to Messages tool window
- JFlex: suppress all inspections in injected fragments
2019.1
2019.1
- Generator: "extraRoot" attribute to explicitly mark a rule as such
- Generator: method mixins with throws list
- Generator: method mixins with generic parameters
- RGH: cardinality calculation fix for meta rules usages
- Plugin: switch to year-based versions from least "compatible IDE" versions
2017.1.7
2017.1.7
- GPUB: extract extend_marker_impl and improve error elements handling
- Generator: fix base class calculation for merged AST and PSI
- NPE: JFlexStateUsageSearcher.processQuery
2017.1.6
2017.1.6
- Generator: generate Java 8 syntax:
generate=[java="8"]
- Generator: generate TokenSets for token choices:
generate=[token-sets="yes"]
- Generator: wrap anonymous classes with functions
- RGH: fix left rule with several usage detected as recursive