mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Update c++ codegen
This commit is contained in:
@@ -14,6 +14,7 @@ char const* desc_Ident = "identifier";
|
||||
struct Ident {
|
||||
Token token;
|
||||
Entity *entity;
|
||||
u32 hash;
|
||||
};
|
||||
|
||||
char const* desc_Implicit = "implicit";
|
||||
|
||||
Reference in New Issue
Block a user