Move typeck.rs from cl-repl to cl-typeck
This commit is contained in:
parent
2a5e965edf
commit
8121c1c8bb
@ -17,6 +17,3 @@ cl-parser = { path = "../cl-parser" }
|
|||||||
cl-interpret = { path = "../cl-interpret" }
|
cl-interpret = { path = "../cl-interpret" }
|
||||||
repline = { path = "../../repline" }
|
repline = { path = "../../repline" }
|
||||||
argh = "0.1.12"
|
argh = "0.1.12"
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
cl-typeck = { path = "../cl-typeck" }
|
|
||||||
|
@ -10,3 +10,8 @@ publish.workspace = true
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
cl-ast = { path = "../cl-ast" }
|
cl-ast = { path = "../cl-ast" }
|
||||||
cl-structures = { path = "../cl-structures" }
|
cl-structures = { path = "../cl-structures" }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
repline = { path = "../../repline" }
|
||||||
|
cl-lexer = { path = "../cl-lexer" }
|
||||||
|
cl-parser = { path = "../cl-parser" }
|
||||||
|
Loading…
Reference in New Issue
Block a user