<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>A Catalog of Research Compiler Infrastructures and Tools &#187; Tools:  lexer, parser, etc. generators</title>
	<atom:link href="http://compiler-tools.org/archives/category/tools-lexer-parser-etc-generators/feed/" rel="self" type="application/rss+xml" />
	<link>http://compiler-tools.org</link>
	<description>Links to and information about research compiler infrastructures, curated by Will Benton</description>
	<lastBuildDate>Wed, 12 Mar 2008 16:42:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Elkhound: A GLR Parser Generator</title>
		<link>http://compiler-tools.org/archives/2004/04/23/elkhound-a-glr-parser-generator/</link>
		<comments>http://compiler-tools.org/archives/2004/04/23/elkhound-a-glr-parser-generator/#comments</comments>
		<pubDate>Sat, 24 Apr 2004 03:44:46 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[C and/or C++]]></category>
		<category><![CDATA[OCaml]]></category>
		<category><![CDATA[Tools:  lexer, parser, etc. generators]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/04/23/elkhound-a-glr-parser-generator/</guid>
		<description><![CDATA[Thanks to David Wagner for a pointer to Elkhound, which is a GLR (Generalized LR) parser generator. It can generate parsers in C++ and OCaml, and includes Elsa, a grammar for C++.]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/04/23/elkhound-a-glr-parser-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiler Generator Coco/R</title>
		<link>http://compiler-tools.org/archives/2004/04/15/compiler-generator-cocor/</link>
		<comments>http://compiler-tools.org/archives/2004/04/15/compiler-generator-cocor/#comments</comments>
		<pubDate>Fri, 16 Apr 2004 03:20:25 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[C and/or C++]]></category>
		<category><![CDATA[C-sharp]]></category>
		<category><![CDATA[Java/JVM]]></category>
		<category><![CDATA[Tools:  lexer, parser, etc. generators]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/04/15/compiler-generator-cocor/</guid>
		<description><![CDATA[Thanks to Mykola Rabchevskiy for a pointer to Coco/R, a scanner/parser generator from the University of Linz. It generates source for C# and Java; there are also (apparently unsupported) versions that generate code for Oberon, Pascal, Modula-2, C, C++, Delphi, and Unicon. Coco/R generates recursive descent parsers and scanners from an attributed grammar and is [...]]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/04/15/compiler-generator-cocor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SableCC parser generator</title>
		<link>http://compiler-tools.org/archives/2004/04/15/sablecc-parser-generator/</link>
		<comments>http://compiler-tools.org/archives/2004/04/15/sablecc-parser-generator/#comments</comments>
		<pubDate>Thu, 15 Apr 2004 18:34:22 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[Java/JVM]]></category>
		<category><![CDATA[Tools:  lexer, parser, etc. generators]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/04/15/sablecc-parser-generator/</guid>
		<description><![CDATA[The SableCC parser generator is a tool for compiler developers who use Java. From the web page: SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language. This framework is based on two fundamental design decisions. Firstly, the framework uses object-oriented techniques to automatically build a strictly typed abstract syntax [...]]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/04/15/sablecc-parser-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPARK &#8212; a &#8220;little language framework&#8221; for Python</title>
		<link>http://compiler-tools.org/archives/2004/04/09/spark-a-little-language-framework-for-python/</link>
		<comments>http://compiler-tools.org/archives/2004/04/09/spark-a-little-language-framework-for-python/#comments</comments>
		<pubDate>Fri, 09 Apr 2004 19:34:07 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Tools:  VM/interpreter generators]]></category>
		<category><![CDATA[Tools:  lexer, parser, etc. generators]]></category>
		<category><![CDATA[-etc.-generators]]></category>
		<category><![CDATA[-parser]]></category>
		<category><![CDATA[Tools:--lexer]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/04/09/spark-a-little-language-framework-for-python/</guid>
		<description><![CDATA[SPARK is a &#8220;Scanning, Parsing, and Rewriting Kit,&#8221; enabling the construction of interpreters and compilers for &#8220;little&#8221; or domain-specific languages in Python. It appears to be fairly widely used; the author has used it for &#8220;a compiler for Guide, compiling a subset of Java, an experimental type inferencer for Python, and probably a few other [...]]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/04/09/spark-a-little-language-framework-for-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>treecc</title>
		<link>http://compiler-tools.org/archives/2004/04/09/treecc/</link>
		<comments>http://compiler-tools.org/archives/2004/04/09/treecc/#comments</comments>
		<pubDate>Fri, 09 Apr 2004 19:17:55 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[C and/or C++]]></category>
		<category><![CDATA[C-sharp]]></category>
		<category><![CDATA[Java/JVM]]></category>
		<category><![CDATA[Tools:  IR translators]]></category>
		<category><![CDATA[Tools:  lexer, parser, etc. generators]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/04/09/treecc/</guid>
		<description><![CDATA[treecc is a tool for building programs that operate on trees (as such, it does not fit neatly into the two &#8220;Tools:&#8221; categories I have placed it in). It will generate code for C, C++, C#, and Java, and is notable for its aspect-oriented approach to compiler construction.]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/04/09/treecc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ANTLR Parser Generator and Translator Generator Home Page</title>
		<link>http://compiler-tools.org/archives/2004/04/01/antlr-parser-generator-and-translator-generator-home-page/</link>
		<comments>http://compiler-tools.org/archives/2004/04/01/antlr-parser-generator-and-translator-generator-home-page/#comments</comments>
		<pubDate>Thu, 01 Apr 2004 23:05:22 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[C and/or C++]]></category>
		<category><![CDATA[C-sharp]]></category>
		<category><![CDATA[Java/JVM]]></category>
		<category><![CDATA[Tools:  lexer, parser, etc. generators]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/04/01/antlr-parser-generator-and-translator-generator-home-page/</guid>
		<description><![CDATA[The ANTLR Parser Generator and Translator Generator is a well-regarded tool to aid in generating compiler frontends in Java, C# or C++. From the web page: ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, or C++ [...]]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/04/01/antlr-parser-generator-and-translator-generator-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
