-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
parser-failDefect in the parser componentDefect in the parser component
Description
Hi,
I tried to run the parser on (part of) this package, 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
|
| INCLUDE "PARAM"
| ^~~~~~~
The ref-calc.v1.6.f file begins:
program leed
C include parameter statements for dimensions etc
INCLUDE "PARAM"
C set unchangeable constants
INCLUDE "GLOBAL"
Am I missing some option to run the parser on the entire project in a way that would make the INCLUDE statements work, or is this simply not implemented yet?
Metadata
Metadata
Assignees
Labels
parser-failDefect in the parser componentDefect in the parser component