<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Duncan Sands wrote:
<blockquote cite="mid200703201048.40381.baldrick@free.fr" type="cite">
  <blockquote type="cite">
    <pre wrap="">If that fails, I will build a 
front-end using ANTLR [<a class="moz-txt-link-freetext" href="http://antlr.org">http://antlr.org</a>] a parser generator with which
I am familiar and for which a FORTRAN grammar is already available
(targeting an obsolete version of ANTLR, but it should not be too
difficult to update).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Bad plan.  I doubt you can build a serious fortran compiler in this way
in the time-frame you are considering.
  </pre>
</blockquote>
<br>
I agree.  I used to work on  Fortran compiler long, long ago in a
former life.  There is no way you're going to write a usable front-end
from scratch in a few months, even with the head start of a parser. 
The parser is the easy bit.<br>
<br>
Also -- and I'm surprised no one else noticed this -- you misspell
FORTRAN as FORTAN as often as not.  That does not make a good
impression :)<br>
</body>
</html>