mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add inline asm expression to odin/parser
This commit is contained in:
@@ -149,6 +149,7 @@ Token_Kind :: enum u32 {
|
||||
Inline,
|
||||
No_Inline,
|
||||
Context,
|
||||
Asm,
|
||||
B_Keyword_End,
|
||||
|
||||
COUNT,
|
||||
@@ -278,6 +279,7 @@ tokens := [Token_Kind.COUNT]string {
|
||||
"inline",
|
||||
"no_inline",
|
||||
"context",
|
||||
"asm",
|
||||
"",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user