mirror of
https://github.com/janet-lang/janet
synced 2025-07-27 22:32:53 +00:00
Remove old parser code
This commit is contained in:
parent
a13aeaf955
commit
037e828868
@ -612,7 +612,6 @@ static int atsign(JanetParser *p, JanetParseState *state, uint8_t c) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pushstate(p, tokenchar, PFLAG_TOKEN);
|
pushstate(p, tokenchar, PFLAG_TOKEN);
|
||||||
push_buf(p, '@'); /* Push the leading at-sign that was dropped */
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user