Sha256: 373aecc5ccc38847b34ef4acef32a6c1a943cbf481cd1faffc509256e0c539ce

Contents?: true

Size: 130 Bytes

Versions: 14

Compression:

Stored size: 130 Bytes

Contents

require "bundler/gem_tasks"

desc "Builds our grammar"
task "generate" do
  exec "racc lib/maths/calc.y -o lib/maths/calc.rb"
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
maths-0.0.14 Rakefile
maths-0.0.13 Rakefile
maths-0.0.12 Rakefile
maths-0.0.11 Rakefile
maths-0.0.10 Rakefile
maths-0.0.9 Rakefile
maths-0.0.8 Rakefile
maths-0.0.7 Rakefile
maths-0.0.6 Rakefile
maths-0.0.5 Rakefile
maths-0.0.4 Rakefile
maths-0.0.3 Rakefile
maths-0.0.2 Rakefile
maths-0.0.1 Rakefile