mirror of
https://github.com/janet-lang/janet
synced 2025-07-17 01:12: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;
|
||||
}
|
||||
pushstate(p, tokenchar, PFLAG_TOKEN);
|
||||
push_buf(p, '@'); /* Push the leading at-sign that was dropped */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user