Home   Info   DevZone   Wiki  
UsersWeb  |  MainWeb  |  InfoWeb  |  DevZoneWeb  |  SupportWeb
JavaCC ] [ not logged in ] [ Web: Imported ] goto:  options
[ get info on or edit ] login or new user ] [ list of topics, hubs & nodes, or recent changes ]

JavaCC == Java Compiler Compiler

A funny way of saying, "A java program that compiles a syntax definition into a language compiler (i.e. language parser)."

You feed JavaCC text files that describe the syntax of any language, and it will produce the source code of a java program that can parse your language and make sure the source is valid.

Language syntax definitions are abundant for JavaCC, including definitions for Java 1.0.2 and Java 1.1. (Others include C and C++.)

You can essentially create your own language, and use JavaCC to create a parser for it.

More info: http://www.suntest.com/javacc/


DISCLAIMER: I just started reading about JavaCC the other day, so if there are any errors in the info above, please correct them! --MasonZhwiti




Content of these pages are owned and copyrighted by the poster.
Hosted by: