Mentions légales du service

Skip to content
Snippets Groups Projects

Develop

Merged PASCUAL Valerie requested to merge develop into master
1 file
+ 11
2
Compare changes
  • Side-by-side
  • Inline
+ 11
2
@@ -525,9 +525,18 @@ it correctly. If it does not, there is probably a bug in our
parser. Please send us a message so that we can fix it quickly.<br>
<br>
Our <tt>Fortran95</tt> parser accepts of course <tt>Fortran90</tt>,
and also the <tt>HPF</tt> extensions. Be careful with comments
and also a commonly used subset of ht <tt>OpenMP</tt> and <tt>HPF</tt> extensions.
Be careful with comments
delimitor in the free format style: comments must start with a
"<tt>!</tt>". Our <tt>C</tt> parser accepts ANSI <tt>C</tt> plus a
"<tt>!</tt>". <br>
<br>
The Fortran90 standard limits the length of a line to 132 characters, and
our Fortran90 parser does the same. However, as several compilers accept longer lines,
Tapenade has a command-line option to increase the limit line length. For instance<br>
<tt><b>-linelength 200</b></tt><br>
sets the length limit to 200 characters.<br>
<br>
Our <tt>C</tt> parser accepts ANSI <tt>C</tt> plus a
few common extensions, BUT it doesn't accept <tt>C++</tt>
input.<br>
<br>
Loading