public
Fork of nathansobo/treetop
Description: A Ruby-based parsing DSL based on parsing expression grammars.
Homepage: http://treetop.rubyforge.org
Clone URL: git://github.com/juretta/treetop.git
Removed NilClass extension for success? and failure?.
Nathan Sobo (author)
Sun Dec 09 17:07:10 -0800 2007
commit  e0933d56158e482cfe7c519cca726f7bd2df251e
tree    2a1d57dee71dc6f659378de74b61938271d070d7
parent  dab6effddf0347111cbf07d9a7cd304585d4cc7f
...
1
2
3
4
 
5
...
1
 
 
2
3
4
0
@@ -1,3 +1,2 @@
0
 dir = File.dirname(__FILE__)
0
-require "#{dir}/ruby_extensions/string"
0
-require "#{dir}/ruby_extensions/nil"
0
\ No newline at end of file
0
+require "#{dir}/ruby_extensions/string"
0
\ No newline at end of file

Comments

    No one has commented yet.