diff --git a/task/parser.rake b/task/parser.rake index 8b5a1a4..10ebfca 100644 --- a/task/parser.rake +++ b/task/parser.rake @@ -1,6 +1,4 @@ rule '.rb' => '.y' do |task| - Cliver.assert('racc', '~> 1.4') - sh "racc -l -o #{task.name} #{task.source}" end