[Arrowheadasp-users] Checked in new JavaCC-based parser.
Status: Alpha
Brought to you by:
lazerdye
|
From: Terence H. <laz...@tr...> - 2002-10-19 03:39:59
|
Dear ArrowHead Users, I have checked in a next generation parser for ArrowHead which uses JavaCC to generate the parser and lexer. This parser is still under heavy development, I suggest staying with the 0.1.0 version for now unless you feel very adventurous. Some of the features of the new parser are correct line numbers for errors (wow, what an advance!), extend-able to multiple languages (JScript, look out!), and general support for <SCRIPT RUNAT="SERVER" ...> notation. The install document is not yet updated, if you wish to build the latest version from CVS, make sure you have JavaCC installed and modify build.xml to point to your JavaCC installation. For more information on JavaCC, see: http://www.webgain.com/products/java_cc/ Sincerely, Terence Haddock |