Show
Ignore:
Timestamp:
05/04/08 01:06:21 (8 months ago)
Author:
denny
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • experimental/org.cfml.parser/readme.txt

    r651 r652  
     1This is basically a stand alone parser, I don't know if it will go 
     2anywhere, but it's here for now. 
     3 
     4Mark Mandel contributed an ANTLR parser, which is pretty much in 
     5org.cfml.parser, and org.cfml.parser.antlr. 
     6 
     7I created a blank javaCC parser, in case someone with knowledge of 
     8javaCC would like to take a go at creating a CFML parser.  It is 
     9located in org.cfml.parser.javacc. 
     10 
     11There is a little test file, called testinput.java, within the 
     12org.cfml.parser.antlr package-- you can run it to see the ANTRL 
     13parser in action, sorta. 
     14 
     15This is a very nice GUI IDE for ANTLR: 
     16 
     17http://www.antlr.org/works/index.html 
     18 
     19There's some example CFML to use for testing the parser in  
     20org.cfml.parser.antlr/testinput.txt