working on adding type system
This commit is contained in:
11
src/types.rs
11
src/types.rs
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user