diff options
author | yui-knk <[email protected]> | 2023-05-28 20:00:20 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2023-06-12 18:23:48 +0900 |
commit | b481b673d753339204290d7582dbb91a6e14447a () | |
tree | efb6e1149f38562c047b42146307578b74d5349a /parser_st.c | |
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: Merged: https://.com/ruby/ruby/pull/7927
-rw-r--r-- | parser_st.c | 2118 |
1 files changed, 2118 insertions, 0 deletions
@@ -0,0 +1,2118 @@ |