<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[yacc - Yet Another Compiler Compiler]]></title><description><![CDATA[<p>Hi,</p>
<p>ich suche ein yacc c++ grundgeruest (mit AST erstellung) ...die meisten beispeile mit yacc sind in c geschrieben...</p>
<p>wie kann ich statt FILE * yyin; yacc einen fstream handle uebergeben?</p>
<p>LG Rocko</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/332177/yacc-yet-another-compiler-compiler</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 12:21:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/332177.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Apr 2015 12:43:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to yacc - Yet Another Compiler Compiler on Tue, 14 Apr 2015 12:43:05 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich suche ein yacc c++ grundgeruest (mit AST erstellung) ...die meisten beispeile mit yacc sind in c geschrieben...</p>
<p>wie kann ich statt FILE * yyin; yacc einen fstream handle uebergeben?</p>
<p>LG Rocko</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2450155</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2450155</guid><dc:creator><![CDATA[Rocko]]></dc:creator><pubDate>Tue, 14 Apr 2015 12:43:05 GMT</pubDate></item><item><title><![CDATA[Reply to yacc - Yet Another Compiler Compiler on Tue, 14 Apr 2015 12:57:09 GMT]]></title><description><![CDATA[<p>edit: flex++ und bison++ scheint fuer c++ zu sein:<br />
<a href="http://www.mario-konrad.ch/wiki/doku.php?id=programming:flexbison:flexppbisonpp" rel="nofollow">http://www.mario-konrad.ch/wiki/doku.php?id=programming:flexbison:flexppbisonpp</a></p>
<p>trotzdem suche ich noch ein paar c++ examples fuer yacc...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2450156</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2450156</guid><dc:creator><![CDATA[Rocko]]></dc:creator><pubDate>Tue, 14 Apr 2015 12:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to yacc - Yet Another Compiler Compiler on Tue, 14 Apr 2015 17:05:21 GMT]]></title><description><![CDATA[<p>Nach einer kurzen Google Suche &quot;yacc generate c++&quot;, stieß ich auf: <a href="https://www.mkssoftware.com/docs/man1/mks_yacc.1.asp" rel="nofollow">https://www.mkssoftware.com/docs/man1/mks_yacc.1.asp</a></p>
<blockquote>
<p>yacc can generate parsers in C or C++ [...]. The language in use determines the name of the file containing the prototype code, and the name of the code file.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/2450178</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2450178</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Tue, 14 Apr 2015 17:05:21 GMT</pubDate></item></channel></rss>