Figured out what to do
parent
6d4048f112
commit
11c22c176a
|
@ -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`) */
|
Loading…
Reference in New Issue