Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
New Minor Release source code.tar.gz | 2023-10-01 | 3.6 MB | |
New Minor Release source code.zip | 2023-10-01 | 3.7 MB | |
README.md | 2023-10-01 | 1.2 kB | |
Totals: 3 Items | 7.2 MB | 0 |
- Switched to a new TypeScript runtime (antlr4ng), which supports the latest features from ANTLR4 (e.g. case sensitive identifiers).
- Fixed bug [#195]: Extension breaks if filename ends with Parser
- Fixed bug [#197]: Use lexer token labels when generating tokens in debug console
- Fixed bugs in the formatter (last token removal and wrong action with copy/paste).
- Fixed a bug in the ATN graph renderer, where rule name + index were not properly updated, when navigating between rules.
- Railroad diagrams received a big overhaul:
- Updated to latest version of the generation script.
- Added a button for exporting all diagrams in the all-rules list to individual SVG files.
- Added a new option to specify a character length in a line, after which an path is wrapped. This is useful for long alternatives.
- All CSS rules (including custom ones) are now inlined into exported SVG files, to avoid CSP problems.
- The all-rules list can now be filtered by typing a regular expression and only the visible diagrams are exported.
- A new option allows to strip out a part of rule names (e.g. a common
_SYMBOL
suffix), while rendering the SVG.