cl-ast: Move AST definition into its own crate

This commit is contained in:
2024-02-29 19:49:50 -06:00
parent 6e1d5af134
commit 1afde9ce35
15 changed files with 29 additions and 19 deletions

View File

@@ -9,4 +9,5 @@ publish.workspace = true
[dependencies]
conlang = { path = "../libconlang" }
cl-structures = { path = "../cl-structures"}
cl-ast = { path = "../cl-ast" }
cl-structures = { path = "../cl-structures" }