<div dir="ltr"><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">You may want to check the later versions of the standard also to check if some of your proposal is not deprecated there.<br>

</blockquote>I had a quick check with 2008 standard, and I'm pretty sure that all of the stuff that I chose is there, although a lot of it has various additions and changes.<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

The most important thing in the Fortran standard is the array 
support and it is a big task by itself. In my opinion, the I/O part is 
not the most important thing yet it is an enormous task. Usually, the 
Fortran routines are used externally in other computation and I/O is 
done through other and more efficient layers.
</blockquote><div>This information will definitely come in handy as I'm still discovering the industry standard usage patterns and practices for Fortran. Thanks for the support!<br></div></div><div><br></div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">

Are expression parsing and AST implemented?  What about type representation?</blockquote><div>Bill implemented parsing and AST for a lot of expressions, covering a good bit of what's needed. The statements and declarations not so much, but a there's a lot of really helpful high level overview functions and various utility functions. There was a lot of work for type representation as well, but there's still some stuff to do in that area, especially for records, arrays and various constraint checks.<br>

</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/24 Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Apr 24, 2013 at 6:05 PM, Alex L <<a href="mailto:arphaman@gmail.com">arphaman@gmail.com</a>> wrote:<br>
> So I had a go at choosing the useful subset of<br>
> Fortran on which I would like to work on - my update proposal can be viewed<br>
> at <a href="https://gist.github.com/hyp/5434845" target="_blank">https://gist.github.com/hyp/5434845</a> .<br>
<br>
</div>Are expression parsing and AST implemented?  What about type representation?<br>
<div class="HOEnZb"><div class="h5"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</div></div></blockquote></div><br></div>