Skip to content
  • yui-knk's avatar
    b481b673
    [Feature #19719] Universal Parser · b481b673
    yui-knk authored
    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.
    b481b673
    [Feature #19719] Universal Parser
    yui-knk authored
    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.
Loading