mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6297f10f55 | |||
| 432d78cdc5 | |||
| 40e6add5ad |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 6297f10f55 |
grammar.py et al: Centralize more code
More code is removed from the special parser directories and centralized into grammar.py, Cmd.py, and generate-flex-bison.mk. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 432d78cdc5 |
grammar.py: Add grammar_parse_ebnf_tokens()
Add grammar_parse_ebnf_tokens(), to be used by external grammar parsers and grammar_parse_ebnf() Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 40e6add5ad |
Continue implementation of grammar.py
Signed-off-by: Jan Lindemann <jan@janware.com> |