This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Arrays of strings
Paul Brook <paul@codesourcery.com> writes:
|
| There's also http://gcc.gnu.org/fortran/todo.html, but it's a bit out of date
| now.
also interesting is how much of Andy Vaughts code can you utilize? I have
been playing with his executables now and then. and from my impression
most of the items on the gfortran todo list is already implemented?
maybe the fastest track towards a full featured compiler would be to
re-apply necessary changes done to gfortran after the fork, to a
current snapshot of andys code? featurewise his io library seems
almost complete, same for arrays of strings and many other features.
he has e.g. got the best approach to system_time I have ever seen, and
also floating point exceptions, command line arguments like f2k etc
I am just a mere fortran user so pardon my ignorance on the difficulity
of doing something like this.
--
Helge