mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
make %(foo) work
This commit is contained in:
@@ -4228,6 +4228,7 @@ parser_yylex(parser_state *p)
|
||||
else if (term == '[') term = ']';
|
||||
else if (term == '{') term = '}';
|
||||
else if (term == '<') term = '>';
|
||||
p->sterm = term;
|
||||
#if 0
|
||||
else paren = 0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user