
Issue #19637 has been updated by yui-knk (Kaneko Yuichiro). Status changed from Open to Closed I merge https://github.com/ruby/ruby/pull/7798 then close this ticket. ---------------------------------------- Feature #19637: Use Lrama LALR parser generator instead of Bison https://bugs.ruby-lang.org/issues/19637#change-103038 * Author: yui-knk (Kaneko Yuichiro) * Status: Closed * Priority: Normal ---------------------------------------- I want to propose to use Lrama LALR parser generator instead of Bison. https://github.com/yui-knk/lrama is a pure ruby parser generator which accepts Ruby's "parse.y" and generate compatible "parse.c" file. By this change, we never depend on Bison whose version is different for each environment. Future improvement, like Nonterminal attributes and so on, will be discussed other tickets. -- https://bugs.ruby-lang.org/