Skip to content

Commit

Permalink
0.2.7: remove the parameter start
Browse files Browse the repository at this point in the history
### what's new in 0.2.7
  * remove the parameter `start` from the matcher functions
  * `orp` play well in testpeasy
  • Loading branch information
chaosim committed Aug 28, 2013
1 parent 003cb65 commit 985688a
Show file tree
Hide file tree
Showing 10 changed files with 1,819 additions and 956 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,9 +8,9 @@ You just play [one ball like so](https://raw.github.com/chaosim/peasy/master/doc
To use Peasy, just require or copy the module to your project, read it, modify it, write the grammar rules,, and
remove any unnecessary stuffs in Peasy, and parse with the grammar.<br/>

### what's new in 0.2.6
* better support to modular grammar
* simpler method to declare left recursive rule and memorized rule
### what's new in 0.2.7
* remove the parameter `start` from the matcher functions
* `orp` play well in testpeasy

### Documentation
The [annotated peasy.coffee](http://chaosim.github.io/peasy/doc/peasy.html) is the best document for Peasy at the moment.<br/>
Expand Down
512 changes: 129 additions & 383 deletions doc/peasy.html

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions lib/logicpeasy.coffee

Large diffs are not rendered by default.

0 comments on commit 985688a

Please sign in to comment.