source: trunk/yao/share/antlr-2.7.7/examples/java/filter/t.g @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 89 bytes
Line 
1class T extends Lexer;
2options {
3        k=2;
4        filter=true;
5}
6
7P : "<p>" ;
8BR: "<br>" ;
Note: See TracBrowser for help on using the repository browser.