Inlined load_grammar to Treetop.load. No more polluting object. Treetop.load needs...
commitb81f53e06308dd4d16f18ac53a945500fe7e4b31
authorNathan Sobo <pivotal@ramona.flood.pivotallabs.com>
Tue, 18 Dec 2007 21:11:30 +0000 (18 13:11 -0800)
committerNathan Sobo <pivotal@ramona.flood.pivotallabs.com>
Tue, 18 Dec 2007 21:11:30 +0000 (18 13:11 -0800)
tree887eed5f73a86b317c59359bccc08f632192ae86
parentfd36a410fda94fdd0b0d3655889351b5223f7016
Inlined load_grammar to Treetop.load. No more polluting object. Treetop.load needs some
specs to deal with not overriding the default behavior of load for non-treetop files
when Treetop module is included.
trunk/README
trunk/doc/contributing_and_planned_features.markdown
trunk/doc/using_in_ruby.markdown
trunk/examples/TALK [deleted file]
trunk/examples/lambda_calculus/arithmetic_test.rb
trunk/examples/lambda_calculus/lambda_calculus_test.rb
trunk/lib/treetop/compiler.rb
trunk/lib/treetop/compiler/grammar_compiler.rb
trunk/lib/treetop/compiler/load_grammar.rb [deleted file]
trunk/spec/compiler/grammar_compiler_spec.rb
trunk/spec/composition/grammar_composition_spec.rb