Figured out what to do

entity_declaration_type_checking
Tristan B. V. Kildaire 2021-04-16 22:50:53 +02:00
parent 6d4048f112
commit 11c22c176a
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
module compiler.symbols.typing;
// public interface Type
// {
// public
// }
// public class PrimitiveType : Type
// {
// }
/* TODO: Make Container interface (for `getParent` and `getMembers`), then Clazz and PrimitiveType inherit Type, fuck lmao
/* TODO: Type then ofc Entity (for `name`) */