Closed rasmussn closed 7 years ago
The following will parse ok but fails to unparse because it isn't transformed to the correct FAST representation:
The FAST ATerm representation is CHARACTER(IntVal(CharLength(STAR()))) and should be CHARACTER(STAR())
Issue fixed by adding to the rule ofp-to-ast:
LengthSelector_STAR(CharLength(STAR())) ; ! STAR()
The following will parse ok but fails to unparse because it isn't transformed to the correct FAST representation:
character() :: string end
The FAST ATerm representation is CHARACTER(IntVal(CharLength(STAR()))) and should be CHARACTER(STAR())