aboutsummaryrefslogtreecommitdiffstats
path: root/internal/ruby_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce NODE_REGX to manage regexp literalyui-knk2024-02-211-0/+1
* [Feature #20257] Rearchitect Ripperyui-knk2024-02-201-18/+15
* Remove ruby object from string nodesyui-knk2024-02-091-0/+3
* Introduced `rb_node_const_decl_val` functionS.H2024-01-311-0/+1
* Introduce `NODE_ENCODING`S.H2024-01-271-0/+1
* Make lastline and nextline to be rb_parser_stringyui-knk2024-01-231-0/+4
* Statically allocate parser configyui-knk2024-01-121-1/+2
* Introduce NODE_SYM to manage symbol literalyui-knk2024-01-091-0/+1
* Change numeric node value functions argument to `NODE *`yui-knk2024-01-081-4/+4
* Introduce Numeric Node'sS-H-GAMELINKS2024-01-071-0/+10
* Introduce NODE_FILEyui-knk2024-01-021-0/+1
* Introduce NODE_LINEyui-knk2023-12-291-0/+2
* Export functions used for builtinsNobuyoshi Nakada2023-11-081-2/+2
* Move SCRIPT_LINES__ away from parse.yNobuyoshi Nakada2023-08-251-1/+1
* do not redefine a typedef卜部昌平2023-08-251-1/+2
* [Feature #19719] Universal Parseryui-knk2023-06-121-0/+68