2024-02-29 23:51:38 +00:00
|
|
|
[package]
|
|
|
|
name = "cl-interpret"
|
|
|
|
repository.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-01 01:49:50 +00:00
|
|
|
cl-ast = { path = "../cl-ast" }
|
|
|
|
cl-structures = { path = "../cl-structures" }
|
2024-03-01 02:41:07 +00:00
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-03-01 02:58:50 +00:00
|
|
|
cl-lexer = { path = "../cl-lexer" }
|
2024-03-01 02:41:07 +00:00
|
|
|
cl-parser = { path = "../cl-parser" }
|