Files
rosenpass/marzipan
Benjamin LippandAnja Rabich cb16bd44bb feat(WIP): integrate marzipan.awk into Python
The LLM-generated Python code showed us that the replacement of aliases,
or, as a preparatory step, the tokenization, is something for LARK.

Co-authored-by: Anja Rabich <a.rabich@uni-luebeck.de>
2025-09-16 18:00:01 +02:00
..
2025-02-20 15:04:24 +01:00
2025-02-20 15:04:24 +01:00
2025-02-20 15:04:24 +01:00
2025-04-08 16:43:31 +02:00
2025-04-08 16:43:31 +02:00

Rewriting analyze.sh in Python

  • ../analyze.sh is the old script

  • 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:

    • nix run .# -- analyze $repo where $repo is the absolute(?) path to the root directory of the Rosenpass repository.