factor/extra/peg/ebnf
Chris Double 92d8140d87 Change ebnf-action to properly nest with attached parser
This allows removal of last-parser hack. Syntax of EBNF changes though.
Now an action must attach to a group:

  <EBNF foo = (a b c) [[ ...act on group... ]] EBNF>
2008-03-20 03:05:40 +13:00
..
authors.txt Start of EBNF parser 2007-11-27 18:13:36 +13:00
ebnf-tests.factor Change ebnf-action to properly nest with attached parser 2008-03-20 03:05:40 +13:00
ebnf.factor Change ebnf-action to properly nest with attached parser 2008-03-20 03:05:40 +13:00
summary.txt Start of EBNF parser 2007-11-27 18:13:36 +13:00
tags.txt Add tags to peg, peg.ebnf and peg.pl0 2007-12-20 17:11:37 +13:00