mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 03:36:38 +02:00
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a7a34f73c | |||
| 16ce7abd93 | |||
| 8c5934725c | |||
| 6297f10f55 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 1a7a34f73c |
grammar.py and friends: Implement config file support
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 16ce7abd93 |
grammar.py and friends: Make test/grammar compile and start
Doesn't successfully parse grammartest.code, yet, it errors out with a syntax error on whitespace. But at least it compiles and starts. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 8c5934725c |
grammar.py: Add support for --irrelevant-symbols
Arguments to --irrelevant-symbols are not meant to be represented in the AST resulting from parsing. Also, add pad() to misc.py. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 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> |