grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

[Fortran 90] token recognition error for square brackets

Open suehshtri opened this issue 9 months ago • 0 comments

This may end up being more Intel extensions to the Fortran language since we find it when trying to parse ifwinty.f90
Somewhere around line 9194 we run into

integer, parameter :: CALG_NO_SIGN = IANY([ALG_CLASS_SIGNATURE,ALG_TYPE_ANY,ALG_SID_ANY]) line 9194:46 token recognition error at: '[' line 9194:91 token recognition error at: ']'

which looks like a plain parameter.

suehshtri avatar Jan 23 '25 23:01 suehshtri