cl-ast: Move AST definition into its own crate
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user