tools/lrama: bundle Lrama 0.6.9 (copied from CRuby source)

This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-06-07 10:49:00 +09:00
parent d6da2d4760
commit fbe21a0321
80 changed files with 13465 additions and 3148 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ module MRuby
def initialize(build)
super
@command = 'bison'
@command = "ruby #{MRUBY_ROOT}/tools/lrama/exe/lrama"
@compile_options = %q[-o "%{outfile}" "%{infile}"]
end