JavaCC JavaCC

JavaCC - Definition and Overview

JavaCC (Java Compiler Compiler) is a parser generator for the Java programming language. JavaCC is similar to Yacc in that it generates a parser for a grammar provided in BNF notation, except the output is Java source code.

In 1996, Sun Microsystems released a parser generator called Jack. The developers responsible for Jack created their own company called Metamata and changed the Jack name to JavaCC. Metamata eventually became part of WebGain. After WebGain shut down its operations, JavaCC was moved to its current home.

See the official web site for documentation and downloads.

External link

Example Usage of JavaCC

yoshidaei: JavaCCとかもですなぁ。 RT @wildcats0201: 前から思ってたけど、antlrがDSLっつーのはどうなんだろう。DSLに対するParserとかLexer作るだけなんちゃうんかと。
dokutake: JavaCC 5.0 が出ていた。
danielgwood: gunna experiment with doing JavaCC inside netbeans. If I remember my syntax well enough it ought to work..
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.