2024-03-01 08:49:22 +00:00
|
|
|
[package]
|
|
|
|
name = "cl-typeck"
|
|
|
|
repository.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cl-ast = { path = "../cl-ast" }
|
2024-03-27 06:54:19 +00:00
|
|
|
cl-structures = { path = "../cl-structures" }
|
2024-04-22 04:41:38 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
repline = { path = "../../repline" }
|
|
|
|
cl-lexer = { path = "../cl-lexer" }
|
|
|
|
cl-parser = { path = "../cl-parser" }
|