mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 10:44:06 +00:00
bit_set['A'..'Z'], bit_set[0..8]
This commit is contained in:
@@ -674,6 +674,7 @@ bool scan_escape(Tokenizer *t) {
|
||||
Rune r = t->curr_rune;
|
||||
if (r == 'a' ||
|
||||
r == 'b' ||
|
||||
r == 'e' ||
|
||||
r == 'f' ||
|
||||
r == 'n' ||
|
||||
r == 'r' ||
|
||||
|
||||
Reference in New Issue
Block a user