-
The FortranLexer.g4 was copied from https://github.com/AkhilAkkapelli/Fortran2023Grammar/blob/553123a023f70e9a524e2a4036be128978834c42/Fortran2023Lexer.g4. But, it contains many problems.
### Comme…
-
I am trying to run the examples but I am getting an error in example 4. In your paper and in GitHub you mentioned that code is written in FORTRAN90. What does it mean?
-
Since your code uses `ISO_C_BINDING`, which was only introduced in Fortran 2003, I suggest replacing the `fortran90` tag with just `fortran` or `modern-fortran`.
-
I am receiving a parser error when parsing a legal Fortran90 test program:
```fortran
program addition
implicit none
integer :: a, b, result
a = 1
b = 3
result = a + b…
-
### Describe the issue:
Sorry as I cannot be more specific on the bug nature because there is no way to figure to what fortran feature is related
wrong syntax in the C code generated by f2py from fo…
-
@cyrillemidingoyi @kaby76
The Parser cannot able to parse successfully Access Statements like PUBLIC, PRIVATE etc. in the Fortran90 code.
This is the Fortran90 Grammar file:
https://github.c…
-
f90nml version: 1.1.2
python: 3.6.9 (default, Oct 29 2019, 10:39:36) [GCC]
OS: SuSe Linux 15.0
f90nml fails to read namelists, which contain entries for initialising arrays of types (fortran stru…
-
What I was doing: parsing some fortran code, as one is want to do.
What I expected: a parse with no errors.
What happened instead: errors
- no viable alternative at input '(argument_A, ...
- o…
-
並列化オプションをMakefile内でどのように設定すればよいか。
特にFortran90, OpenMPのdo指示構文のためのオプション(ifortで"-openmp")
-
Hi,
FTF amazing Extension, but here I have a little problem.
Basically in order to use the color scheme I have to, in order, do this, every time:
1. Change the file style (bottom right of the scre…