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
Search Repo:
Fixed broken requires
Nathan Sobo (author)
Sat Feb 02 15:31:38 -0800 2008
commit  12c8cf99c7409a9af9577d43bdf57421275a2563
tree    25857a293ad1051ed107a34d572ff39c239bd380
parent  59dc3145576ec1a50de26acc0b34a0f352e20b5a
...
1
2
3
4
5
6
7
...
1
2
3
 
 
4
5
0
@@ -1,7 +1,5 @@
0
 dir = File.dirname(__FILE__)
0
 require "#{dir}/runtime/compiled_parser"
0
 require "#{dir}/runtime/syntax_node"
0
-require "#{dir}/runtime/node_cache"
0
-require "#{dir}/runtime/parse_cache"
0
 require "#{dir}/runtime/terminal_parse_failure"
0
 require "#{dir}/runtime/interval_skip_list"

Comments

    No one has commented yet.