WIP: lark parser for awk

Co-authored-by: Benjamin Lipp <blipp@rosenpass.eu>
This commit is contained in:
Anja Rabich
2025-09-30 17:46:33 +02:00
parent cb16bd44bb
commit a389e3c222
3 changed files with 391 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
## Next Steps
* integrate marzipan.awk into Python, somehow
* lark parser: multiline comments, how???
* rewrite marzipan.awk into Python/LARK
* define a LARK grammar for marzipan.awk rules
* write python code for processing marzipan rules, e.g. alias replacement (step: i.pv->o.pv)