mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 10:06:38 +02:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cba245b77 | |||
| 1a7a34f73c | |||
| 16ce7abd93 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 3cba245b77 |
grammar.py and friends: Improve line numbers and headers
Line numbers of parsed input are now automatically maintained. More needed data structures are now automatically created in the API header file. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 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> |