Langium - v4.0.0
    Preparing search index...

    Variable LangiumGrammarTerminalsConst

    LangiumGrammarTerminals: {
        ID: RegExp;
        ML_COMMENT: RegExp;
        NUMBER: RegExp;
        RegexLiteral: RegExp;
        SL_COMMENT: RegExp;
        STRING: RegExp;
        WS: RegExp;
    } = ...

    Type declaration

    • ID: RegExp
    • ML_COMMENT: RegExp
    • NUMBER: RegExp
    • RegexLiteral: RegExp
    • SL_COMMENT: RegExp
    • STRING: RegExp
    • WS: RegExp