| File | Date | Author | Commit |
|---|---|---|---|
| src | 2026-01-22 |
|
[cda7ee] Support ids in grammar |
| tests | 2026-01-22 |
|
[cda7ee] Support ids in grammar |
| .gitignore | 2026-01-10 |
|
[c09f84] Change README.md and project info |
| LICENSE | 2026-01-09 |
|
[88144d] Implement ast, grammar and parser |
| README.md | 2026-01-10 |
|
[c09f84] Change README.md and project info |
| pyproject.toml | 2026-01-22 |
|
[cda7ee] Support ids in grammar |
| uv.lock | 2026-01-09 |
|
[88144d] Implement ast, grammar and parser |
Alteraparser is a library that enables users to define grammars for lexical and syntactical analysis.
It provides parsers to process textual input data based on the defined grammars.