mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
print_(f32|f64)
This commit is contained in:
@@ -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