Skip to content

Commit

Permalink
A test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswailes committed Jul 31, 2012
1 parent 6687ddc commit df62bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ The {RLTK::Parser.parse} and {RLTK::Parser#parse} methods also have several opti


The above section briefly mentions the *parse_tree* option. So that this neat feature doesn't get lost in the rest of the documentation here is the tree generated by the Kazoo parser from Chapter 7 of the tutorial when it parses the line `def fib(a) if a < 2 then 1 else fib(a-1) + fib(a-2);`: The above section briefly mentions the *parse_tree* option. So that this neat feature doesn't get lost in the rest of the documentation here is the tree generated by the Kazoo parser from Chapter 7 of the tutorial when it parses the line `def fib(a) if a < 2 then 1 else fib(a-1) + fib(a-2);`:


![Kazoo parse tree.](../resources/simple_tree.png) ![Kazoo parse tree.](https://github.com/chriswailes/RLTK/raw/master/resources/simple_tree.png)


### Parsing Exceptions ### Parsing Exceptions


Expand Down

0 comments on commit df62bb4

Please sign in to comment.