We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0ba31 commit fcb4dbeCopy full SHA for fcb4dbe
Rakefile
@@ -65,7 +65,7 @@ parsed_files = PARSER_FILES.map do |parser_file|
65
_path = File.dirname(parser_file)
66
parsed_file = "#{_path}/#{name}.rb"
67
68
- file parsed_file do |t|
+ file parsed_file => parser_file do |t|
69
puts "Generating #{parsed_file}..."
70
if parser_file =~ /\.ry\z/ # need racc
71
racc = Gem.bin_path 'racc', 'racc'
0 commit comments