<?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:  VM/interpreter generators</title>
	<atom:link href="http://compiler-tools.org/archives/category/tools-vminterpreter-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>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>Vmgen interpreter generator</title>
		<link>http://compiler-tools.org/archives/2004/03/31/vmgen-interpreter-generator/</link>
		<comments>http://compiler-tools.org/archives/2004/03/31/vmgen-interpreter-generator/#comments</comments>
		<pubDate>Wed, 31 Mar 2004 14:43:07 +0000</pubDate>
		<dc:creator>Will Benton</dc:creator>
				<category><![CDATA[Forth]]></category>
		<category><![CDATA[Tools:  VM/interpreter generators]]></category>

		<guid isPermaLink="false">http://compiler-tools.org/archives/2004/03/31/vmgen-interpreter-generator/</guid>
		<description><![CDATA[Vmgen is a tool implemented in gforth. Vmgen transforms a description of VM instructions into a high-performance interpreter; it can generate threaded code, schedule VM instruction dispatch, and keep the top of the stack in a register. Vmgen can be used with either stack-based or register-based VMs.]]></description>
		<wfw:commentRss>http://compiler-tools.org/archives/2004/03/31/vmgen-interpreter-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
