public
Description: A Ruby-based parsing DSL based on parsing expression grammars.
Homepage: http://treetop.rubyforge.org
Clone URL: git://github.com/nathansobo/treetop.git
Search Repo:
Fixed syntax error
Nathan Sobo (author)
Fri May 02 14:48:21 -0700 2008
commit  2b63c43ed2f6dcbac2cb19fb469a46c1819c1de0
tree    ead3dd7681a7e28a1aa27be6b974a0b3e13f74f9
parent  b871f830a82bc242f2254de9966e2ecb242c74da
...
15
16
17
18
 
19
20
21
...
27
28
29
30
31
 
32
33
34
...
15
16
17
 
18
19
20
21
...
27
28
29
 
 
30
31
32
33
0
@@ -15,7 +15,7 @@ class TextraDocument < Rucola::RCDocument
0
     puts expiredRange
0
     
0
     node_cache = parser.send(:expirable_result_cache)
0
- result_index = node_cache.send(:result_index)ao
0
+ result_index = node_cache.send(:result_index)
0
     
0
     parser.expire(expiredRange, changeInLength)
0
     parser.send(:input).replace(text)
0
@@ -27,8 +27,7 @@ class TextraDocument < Rucola::RCDocument
0
     puts 'after reparse'
0
     p node_cache
0
     
0
-
0
-
0
+
0
     if result
0
       puts "true"
0
     else

Comments

    No one has commented yet.