| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Use new node type set by nd_set_type.
|
|
|
|
|
|
|
|
|
|
condition
|
|
|
|
Use `peekc` or `nextc` to fetch the next character, instead of reading
from `lex.pcur` directly, for compilers that plain char is signed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To fix the order of node IDs, for typeprof tests.
|
|
Use `NODE_DEF_TEMP` as the wrapper of `NODE_DEFS` in ripper, not only
of `NODE_DEFN`, so that `endless_method_name` works consistently.
|
|
In parse.y, node can be NODE_DEF_TEMP or NODE_EXITS.
Hit "unknown node" without taking care of them.
For example `ruby --dump=y lib/cgi/util.rb` causes
"[BUG] unknown node: 107".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This node type was added for the multi-value experiment back in 2004.
The feature itself was removed after a few years, but this is its
remnant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`node_newnode` and `parser_dispatch_delayed_token` do not use or
change `ruby_sourceline`.
|
|
|
|
|
|
|
|
|
|
|
|
|