improve integration
* add command line parsing * read morphism base directory from environment * generate C library of multiple morphisms
This commit is contained in:
parent
923fe987dc
commit
27ea365755
6 changed files with 161 additions and 72 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue