John
ba148ef5de
- Refactor for cl-structures intern pool - Create a list of types the compiler is supposed to care about/have implementations for (Intrinsic/primitive types) - Add modules and projects (the sym equivalent of ast::File) - Flesh out value definitions - TODO: Create an IR for statements and expressions, and lower the AST into it
13 lines
276 B
TOML
13 lines
276 B
TOML
[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" }
|
|
cl-structures = { path = "../cl-structures" }
|