michaelinux / mini-java

Automatically exported from code.google.com/p/mini-java
0 stars 0 forks source link

New Regex Specification #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E ::= E0 E0 ::= E STAR
E ::= E1 E1 ::= E BAR E
E ::= E2 E2 ::= LP E RP
E ::= E3 E3 ::= E E
E ::= E4 E4 ::= CH

For RegexVisitor. SO RegexVisitor can perform different actions based on
the symbol type rather than peeking at the children symbols.

Original issue reported on code.google.com by lemontree.cool on 2 Oct 2008 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 21 May 2009 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by lemontree.cool on 18 Jul 2009 at 11:45