mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-30 23:30:11 -07:00
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>
Rewriting analyze.sh in Python
-
../analyze.shis the old script -
src/__init__.pyis the new script -
call the old script from the Rosenpass repository's root directory with
./analyze.sh -
call the new script:
nix run .# -- analyze $repowhere$repois the absolute(?) path to the root directory of the Rosenpass repository.