@elextr Truth be told a lot of these intrinsic variables/methods should be conditional to module imports, exactly in order to alleviate pressure from the lexer/parser. In the fortls language server, we only start parsing for certain tokens only if the modules are `USE`d. Our serialised data looks somewhat different than yours [see](https://github.com/fortran-lang/fortls/blob/master/fortls/parsers/internal/intrinsic.modules.json). In the simple grammar rules, I think we don't parse certain of these variables/methods at all.
-- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3656#issuecomment-1951981990 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3656/[email protected]>
