@@ -257,12 +257,6 @@ lex_advance(Lex_Stream *s){
}
function Token
token_int(U64 val){
Token result = {.kind = TK_Int, .int_val=val};
return result;
function void
lex_parse_string(Lex_Stream *s, Token *t, U8 c){
for(;;){
The note is not visible to the blocked user.