My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 28
Javacc project to use bash on all Java supported platforms. This project is for demonstration only. The complete implementation of a Java parser for Bash is free for all. == Experimental Bash grammar for JavaCC. == <p>References used for this grammar :<ol> <li> Bash Official Manual...
A parser/lexer generator written in Java. This is a development fork of the well known JavaCC parser generator originally developed at Sun Microsystems.
[http://lolcode-java.googlecode.com/svn/trunk/docs/images/JavaCC_bastet_250.jpg] This is a Java based implementation of the [http://lolcode.com LOLCODE] language. ===Update=== * [http://martinfowler.com/bliki/GroovyOrJRuby.html Martin Fowler plugs LOLcode] * "The ruby/rails hype has also g...
= 杂七杂八 = 转自[http://fanfou.com/kwl_01_skz @撕烤者@fanfou]: 我将这个光荣的东西命名为:哦日子纪实片 = Update Log = * 2009/2/7 添加了匿名lambda自引用符`$`的支持,添加了尾递归优化编译 * 2009/2/6 完善了编译器对line-number-table支持,修改了部分bug,添加了注释支持。 * 2009/2/4 添加了line-number-table支持 == Last working reversion: r30 == Please checkout r30 f...
build a minijava compiler with javacc. 2009 SE SJTU
Build a compiler and an IDE by JavaCC
Javacc compiler for msx basic
* Can parse (A/E)BNF-style grammars. * Non-code-generating. * Minimalistic design. * Based on combinators. Example grammar: {{{ positive-number ::= (%digit% { %digit% }) negative-number ::= ("-" positive-number) addition ::= (("+" | "-") (positive-number | ("(" negative-number ")...
= Financial Information eXchange (FIX) Message Parser = [http://fixparser.googlecode.com/svn/wiki/img/fixparser-log.png] {{{net.java.fixparser.SimpleFixParser}}} is non-validating FIX parser written in Java (generated with JavaCC http://javacc.dev.java.net/). It allows empty tags and does not u...
This project focuses on the creation of a compiler, written in Java, that translates <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a> queries to <a href="http://en.wikipedia.org/wiki/SQL">SQL</a> queries for <a href="http://semanticweb.org/wiki/Main_Page">semantic web</a> systems that are...
1 2 3 Next