<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: YACCs are Large and Unwieldy, as a Rule</title>
	<atom:link href="http://blog.willdonnelly.net/2008/10/29/yaccs-are-large-and-unwieldy-as-a-rule/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.willdonnelly.net/2008/10/29/yaccs-are-large-and-unwieldy-as-a-rule/</link>
	<description>Coding, Mostly</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:08:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sandro Schugk</title>
		<link>http://blog.willdonnelly.net/2008/10/29/yaccs-are-large-and-unwieldy-as-a-rule/comment-page-1/#comment-33</link>
		<dc:creator>Sandro Schugk</dc:creator>
		<pubDate>Thu, 26 Mar 2009 16:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://willdonnelly.wordpress.com/?p=87#comment-33</guid>
		<description>I forgot: click on the link/name for the ode example</description>
		<content:encoded><![CDATA[<p>I forgot: click on the link/name for the ode example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandro Schugk</title>
		<link>http://blog.willdonnelly.net/2008/10/29/yaccs-are-large-and-unwieldy-as-a-rule/comment-page-1/#comment-32</link>
		<dc:creator>Sandro Schugk</dc:creator>
		<pubDate>Thu, 26 Mar 2009 16:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://willdonnelly.wordpress.com/?p=87#comment-32</guid>
		<description>I worked with flex and bison recently (many years ago) too. flex could generate a c++ class if you want. A new Lexer ist just a new object. FlexLexer::yyrestart accepts an input stream like std::stringstream. i do not know how it is done in C. For different Lexer you can specify an Prefix like %option prefix=&quot;CMD&quot; and it generates a class CMDFlexLexer. bison is only C and you have to write an wrapper if you want an object. But there is also an option %name-prefix=&quot;cmd&quot; which gives generated functions that prefix.

This options are described in some documentation but maybe it is hard to find. It is an ode solver with a simple command line.

Sorry, my english is not very well.</description>
		<content:encoded><![CDATA[<p>I worked with flex and bison recently (many years ago) too. flex could generate a c++ class if you want. A new Lexer ist just a new object. FlexLexer::yyrestart accepts an input stream like std::stringstream. i do not know how it is done in C. For different Lexer you can specify an Prefix like %option prefix=&#8221;CMD&#8221; and it generates a class CMDFlexLexer. bison is only C and you have to write an wrapper if you want an object. But there is also an option %name-prefix=&#8221;cmd&#8221; which gives generated functions that prefix.</p>
<p>This options are described in some documentation but maybe it is hard to find. It is an ode solver with a simple command line.</p>
<p>Sorry, my english is not very well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
