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

@@ -5,6 +5,7 @@ members = [
"cl-interpret",
"cl-structures",
"cl-token",
"cl-ast",
]
resolver = "2"