fsource
fsource copied to clipboard
Fortran static analysis tool written in pure Python
Results
2
fsource issues
Sort by
recently updated
recently updated
newest added
Hi, I tried to run the parser on (part of) [this package](https://www.sciencedirect.com/science/article/pii/S0010465500002095), and got the following error: ``` > fsource parse ref-calc.v1.6.f --fixed-form ref-calc.v1.6.f:42:7: parser error: malformed statement inside program...
parser-fail
`fsource lex` does not recognize the token `1H1` in the line `FORMAT (1H1)` This should be expected behavior since `fsource` is advertised as handling F77 and later, and Hollerith fields...