<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>IronBefunge Issue Tracker Rss Feed</title><link>http://ironbefunge.codeplex.com/WorkItem/List.aspx</link><description>IronBefunge Issue Tracker Rss Description</description><item><title>Closed Feature: Do Work Outside of Ctors</title><link>http://ironbefunge.codeplex.com/WorkItem/View.aspx?WorkItemId=8062</link><description>CodeAnalysis keeps &amp;#34;bugging&amp;#34; me when I do something like &amp;#34;new Interpreter&amp;#40;...&amp;#41;&amp;#34; ... and that&amp;#39;s it. IOW I&amp;#39;m creating an object that seems to do nothing. Look at having Interpreter, Executor, Parser have Interpret&amp;#40;&amp;#41;, Execute&amp;#40;&amp;#41; and Parse&amp;#40;&amp;#41;, respectively. If needed, have them use read-only copies of ctor data for multiple calls that yield same results.&lt;br /&gt;Comments: &lt;p&gt;Fixed in changeset 34571&lt;/p&gt;</description><author>jasonrbock</author><pubDate>Tue, 21 Jul 2009 14:41:55 GMT</pubDate><guid isPermaLink="false">Closed Feature: Do Work Outside of Ctors 20090721024155P</guid></item><item><title>Created Issue: Resolve Unimplemented Instructions</title><link>http://ironbefunge.codeplex.com/WorkItem/View.aspx?WorkItemId=8064</link><description>The Befunge-98 spec says that if an instruction is hit that is &amp;#34;not understood&amp;#34;, it should act like &amp;#34;r&amp;#34; &amp;#40;Reverse&amp;#41; &amp;#40;and also report this as a warning in the &amp;#34;dumper&amp;#34;&amp;#41;. Implement this.&lt;br /&gt;</description><author>jasonrbock</author><pubDate>Tue, 21 Jul 2009 04:28:26 GMT</pubDate><guid isPermaLink="false">Created Issue: Resolve Unimplemented Instructions 20090721042826A</guid></item><item><title>Created Feature: Add "Dumper"</title><link>http://ironbefunge.codeplex.com/WorkItem/View.aspx?WorkItemId=8063</link><description>It would be nice to have some insight into the execution of a Befunge program - i.e. a list of all the instructions run, the state of the stack at those times, if an &amp;#34;unimplemented&amp;#34; was encountered, etc. Come up with a scheme to yield this kind of &amp;#34;insight&amp;#34;.&lt;br /&gt;</description><author>jasonrbock</author><pubDate>Tue, 21 Jul 2009 04:22:46 GMT</pubDate><guid isPermaLink="false">Created Feature: Add "Dumper" 20090721042246A</guid></item><item><title>Created Feature: Do Work Outside of Ctors</title><link>http://ironbefunge.codeplex.com/WorkItem/View.aspx?WorkItemId=8062</link><description>CodeAnalysis keeps &amp;#34;bugging&amp;#34; me when I do something like &amp;#34;new Interpreter&amp;#40;...&amp;#41;&amp;#34; ... and that&amp;#39;s it. IOW I&amp;#39;m creating an object that seems to do nothing. Look at having Interpreter, Executor, Parser have Interpret&amp;#40;&amp;#41;, Execute&amp;#40;&amp;#41; and Parse&amp;#40;&amp;#41;, respectively. If needed, have them use read-only copies of ctor data for multiple calls that yield same results.&lt;br /&gt;</description><author>jasonrbock</author><pubDate>Tue, 21 Jul 2009 04:18:23 GMT</pubDate><guid isPermaLink="false">Created Feature: Do Work Outside of Ctors 20090721041823A</guid></item><item><title>Created Feature: Optimize Move()</title><link>http://ironbefunge.codeplex.com/WorkItem/View.aspx?WorkItemId=8061</link><description>Right now the Move&amp;#40;&amp;#41; method in ExecutionContext is horrible. It goes through the FungeSpace one cell at a time, so if the next instruction is 1000 points away ... well, that sucks. Need to come up with a way to not only find out the next valid cell in the current direction, but also cache those values as cell references to remove the need for more lookups.&lt;br /&gt;</description><author>jasonrbock</author><pubDate>Tue, 21 Jul 2009 04:16:12 GMT</pubDate><guid isPermaLink="false">Created Feature: Optimize Move() 20090721041612A</guid></item></channel></rss>