working on adding type system

This commit is contained in:
Andrew Segavac
2021-05-05 19:32:55 -06:00
parent 1924dca617
commit 9d9d42ebd5
11 changed files with 576 additions and 73 deletions

View File

@@ -62,14 +62,3 @@ pub enum SpecifiedType {
Unknown,
Type(Type),
}
// Env table
// name => ast_id
//
// Type Table
// ast_id => type_id
//
//
// TypeDef Table
// type_id => type_def