Commit b58291d0c65b422fb322063458a07bff89958cac

  • Tree SHA1: 0e9eaa3
  • Parent SHA1: 3db2303 (Adding the treetop grammar and tests. We can parse what I want, so far. Thinking about corner cases that may be un-handled.)
  • raw diff | raw patch
added Rakefile
Rakefile
(5 / 0)
  
1task :default => ["test"]
2
3task :test do
4 system("ruby test.rb")
5end