grammars-v4
                                
                                
                                
                                    grammars-v4 copied to clipboard
                            
                            
                            
                        [Fortran 90] token recognition error for square brackets
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.