summaryrefslogtreecommitdiffhomepage
path: root/src/error.c
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-10-01 17:07:30 +0900
committerKOBAYASHI Shuji <[email protected]>2019-10-01 17:07:30 +0900
commit732ef6b10ed7282d7cdc8f9fbd80572a42e02903 (patch)
treee2c4f18a79e51493468ec77baab75c47149ddfab /src/error.c
parent16745261e39c813b6a53e44e07a6f03d45085310 (diff)
downloadmruby-732ef6b10ed7282d7cdc8f9fbd80572a42e02903.tar.gz
mruby-732ef6b10ed7282d7cdc8f9fbd80572a42e02903.zip
Support `NODE_WORDS` in `mrb_parser_dump`
#### Before this patch: ```terminal $ bin/mruby -v -e '%w[1]; %W[#{2}]' mruby 2.0.1 (2019-04-04) 00001 NODE_SCOPE: 00001 NODE_BEGIN: 00001 node type: 86 (0x56) 00001 node type: 86 (0x56) (snip) ``` #### After this patch: ```terminal $ bin/mruby -v -e '%w[1]; %W[#{2}]' mruby 2.0.1 (2019-04-04) 00001 NODE_SCOPE: 00001 NODE_BEGIN: 00001 NODE_WORDS: 00001 NODE_STR "1" len 1 00001 NODE_WORDS: 00001 NODE_STR "" len 0 00001 NODE_BEGIN: 00001 NODE_INT 2 base 10 00001 NODE_STR "" len 0 (snip) ```
Diffstat (limited to 'src/error.c')
0 files changed, 0 insertions, 0 deletions