diff options
| author | yui-knk <spiketeika@gmail.com> | 2023-05-28 20:00:20 +0900 |
|---|---|---|
| committer | Yuichiro Kaneko <spiketeika@gmail.com> | 2023-06-12 18:23:48 +0900 |
| commit | b481b673d753339204290d7582dbb91a6e14447a (patch) | |
| tree | efb6e1149f38562c047b42146307578b74d5349a /tool | |
| parent | b308f7cfe4dd17ca34ac614ce09ea8bedbb134ea (diff) | |
[Feature #19719] Universal Parser
Introduce Universal Parser mode for the parser.
This commit includes these changes:
* Introduce `UNIVERSAL_PARSER` macro. All of CRuby related functions
are passed via `struct rb_parser_config_struct` when this macro is enabled.
* Add CI task with 'cppflags=-DUNIVERSAL_PARSER' for ubuntu.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7927
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/update-deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/update-deps b/tool/update-deps index 6b8bb67236..5e241aa819 100755 --- a/tool/update-deps +++ b/tool/update-deps @@ -111,6 +111,7 @@ FILES_NEED_VPATH = %w[ ext/ripper/eventids1.c ext/ripper/eventids2table.c ext/ripper/ripper.c + ext/ripper/ripper_init.c golf_prelude.c id.c id.h |
