mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
print_(f32|f64)
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ gb_no_inline void warning(Token token, char *fmt, ...) {
|
||||
|
||||
|
||||
|
||||
|
||||
// NOTE(bill): result == priority
|
||||
i32 token_precedence(Token t) {
|
||||
switch (t.kind) {
|
||||
case Token_CmpOr:
|
||||
|
||||
Reference in New Issue
Block a user