improve integration

* add command line parsing
* read morphism base directory from environment
* generate C library of multiple morphisms
This commit is contained in:
Michael Sippel 2025-05-09 03:33:18 +02:00
parent 923fe987dc
commit 27ea365755
Signed by: senvas
GPG key ID: F96CF119C34B64A6
6 changed files with 161 additions and 72 deletions

View file

@ -8,3 +8,5 @@ chumsky = "0.9.0"
ariadne = "0.2"
laddertypes = { path = "../lib-laddertypes", features = ["pretty"] }
tiny-ansi = { version = "0.1.0" }
clap = { version = "4.5.37", features = ["derive"] }
walkdir = "2.5.0"