https://github.com/alvarogarcia7/training-parser-antlr4
https://github.com/alvarogarcia7/training-parser-antlr4
antlr4 antlr4-grammar grammar grammar-parser parser python3 training
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/training-parser-antlr4
- Owner: alvarogarcia7
- Created: 2022-02-20T08:55:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T08:52:25.000Z (about 1 year ago)
- Last Synced: 2025-01-10T22:49:18.044Z (9 months ago)
- Topics: antlr4, antlr4-grammar, grammar, grammar-parser, parser, python3, training
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2022-02-20 12:50:08 AGB
To do:
* Requires more testing around splitter. For now, it needs manual testing.
2022-07-17 13:02:44 AGB
To Do:
* Explain which syntax is available, in words / description. Do not only rely on grammar + tests to document it.2023-09-15 18:12:20 AGB
To Do:
* Cleanup the grammar, moving the "moving parts" to a builder.
* use a 'addSeriesIfComplete'.* The series is like a ternary operator, in which you can vary any of the three components: weight, repetitions, amount of series