<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/fortran-parser/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/fortran-parser/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 06 Aug 2010 17:04:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fortran-parser/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Added flag for fixed form</title><link>https://sourceforge.net/p/fortran-parser/feature-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Probably we should follow the convention for gfortran -ffixed-form&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Craig E Rasmussen</dc:creator><pubDate>Fri, 06 Aug 2010 17:04:30 -0000</pubDate><guid>https://sourceforge.net20d27f897a9678b4c7c1ec999c326f49b8eb5f37</guid></item><item><title>do not silently ignore comments</title><link>https://sourceforge.net/p/fortran-parser/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Consider:&lt;br /&gt;
$ cat contline.f &lt;br /&gt;
! Comments may go anywhere ...&lt;br /&gt;
INTEGER a&lt;br /&gt;
&amp;amp;,       b    ! ... even here!&lt;br /&gt;
&amp;amp;,       c&lt;br /&gt;
END&lt;/p&gt;
&lt;p&gt;Looking t the actions reported by '--dump' (ofp-0.8.0), a reproduction of above could would result in:&lt;br /&gt;
INTEGER a, b, c&lt;br /&gt;
END&lt;/p&gt;
&lt;p&gt;Which is perfectly valid and equivalent to the original source - for the parser at least. A human reader might disagree.&lt;br /&gt;
If comments would be reported, any user of ofp could ignore them by not implementing the respective hook if they are not needed for the application at hand.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Franke</dc:creator><pubDate>Fri, 09 Apr 2010 15:21:50 -0000</pubDate><guid>https://sourceforge.netb2b174a1b243ff1b2387e97ca9e96301d0245071</guid></item><item><title>add locations to actions</title><link>https://sourceforge.net/p/fortran-parser/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Currently actions do not contain any form of location information unless they have a token attached to the action.  For example, an if statement action does not have any indication of where in the source code the if statement appears.  For non-token elements, it would be useful to at least give a line number or range for the text that generated the action.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;We talked about this at lunch - I just wanted to add it to the tracker so we wouldn't forget.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Sottile</dc:creator><pubDate>Wed, 08 Aug 2007 04:50:45 -0000</pubDate><guid>https://sourceforge.neta6e58c0ea2d2bf4c94608cac1ca19c85fbe2e614</guid></item></channel></rss>