2024-02-29 17:51:38 -06: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-02-29 19:49:50 -06:00
|
|
|
cl-ast = { path = "../cl-ast" }
|
|
|
|
cl-structures = { path = "../cl-structures" }
|
2024-02-29 20:41:07 -06:00
|
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-29 20:58:50 -06:00
|
|
|
cl-lexer = { path = "../cl-lexer" }
|
2024-02-29 20:41:07 -06:00
|
|
|
cl-parser = { path = "../cl-parser" }
|