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

@@ -4,5 +4,5 @@
* `src/__init__.py` is the new script
* call the old script from the Rosenpass repository's root directory with `./analyze.sh`
* call the new script:
* call the new script from the marzipan directory:
* `nix run .# -- analyze $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.