mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Add flags: Type_Info_Flags, to runtime.Type_Info
This commit is contained in:
@@ -252,8 +252,12 @@ struct AtomOpMapEntry {
|
||||
};
|
||||
|
||||
|
||||
struct CheckerContext;
|
||||
|
||||
// CheckerInfo stores all the symbol information for a type-checked program
|
||||
struct CheckerInfo {
|
||||
Checker *checker;
|
||||
|
||||
Map<ExprInfo> untyped; // Key: Ast * | Expression -> ExprInfo
|
||||
// NOTE(bill): This needs to be a map and not on the Ast
|
||||
// as it needs to be iterated across
|
||||
|
||||
Reference in New Issue
Block a user