SourceCode: Token EndOfFile
SourceCode
         ::= Token* EndOfFile
no referencesCharacter: LineCharacter EndOfLineCharacter
Character
         ::= LineCharacter
           | EndOfLineCharacter
referenced by: BlockComment NestingBlockCommentCharacter LineCharacter: Space [#x0021-#x2027] [#x202A-#xD7FF] [#xE000-#xFFFD] [#x10000-#x10FFFF]
         ::= Space
           | [#x0021-#x2027#x202A-#xD7FF#xE000-#xFFFD#x10000-#x10FFFF]
referenced by: Character LineComment Space: [#x0020] [#x0009] [#x000B]
Space    ::= [#x0020#x0009#x000B]
referenced by: LineCharacter WhiteSpace EndOfLineCharacter: [#x000D] [#x000A] [#x000C] [#x2028] [#x2029]
         ::= [#x000D#x000A#x000C#x2028#x2029]
referenced by: Character EndOfLine HexStringChar WhiteSpace WhiteSpace: Space EndOfLineCharacter
         ::= ( Space | EndOfLineCharacter )+
referenced by: HexStringChar EndOfLine: [#x000D] [#x000A] EndOfLineCharacter EndOfFile
         ::= #x000D #x000A
           | EndOfLineCharacter
           | EndOfFile
referenced by: LineComment EndOfFile: [#x0000] [#x001A]
         ::= [#x0000#x001A]
referenced by: EndOfLine LesCode SourceCode Token: { } ( ) [ ] [!] ++ += + -- -= - *= * /= / %= % .= . := : == = ^^= ^^ ^!|= ^!| ^= ^ && &= & || |= | >>>= >>> >>= >> >< >= > <<= << <= <- < !&& !&= !& !|| !|= !| !>< !>= !> !<= !< != ! !?? ?? ? @ $ ~= ~ , ; Comment Whitespace PathIdentifier Identifier IntegerLiteral FloatLiteral TemporalLiteral CharacterLiteral StringLiteral Keyword
Token    ::= '{'
           | '}'
           | '('
           | ')'
           | '['
           | ']'
           | '[!]'
           | '++'
           | '+='
           | '+'
           | '--'
           | '-='
           | '-'
           | '*='
           | '*'
           | '/='
           | '/'
           | '%='
           | '%'
           | '.='
           | '.'
           | ':='
           | ':'
           | '=='
           | '='
           | '^^='
           | '^^'
           | '^!|='
           | '^!|'
           | '^='
           | '^'
           | '&&'
           | '&='
           | '&'
           | '||'
           | '|='
           | '|'
           | '>>>='
           | '>>>'
           | '>>='
           | '>>'
           | '><'
           | '>='
           | '>'
           | '<<='
           | '<<'
           | '<='
           | '<-'
           | '<'
           | '!&&'
           | '!&='
           | '!&'
           | '!||'
           | '!|='
           | '!|'
           | '!><'
           | '!>='
           | '!>'
           | '!<='
           | '!<'
           | '!='
           | '!'
           | '!??'
           | '??'
           | '?'
           | '@'
           | '$'
           | '~='
           | '~'
           | ','
           | ';'
           | Comment
           | Whitespace
           | PathIdentifier
           | Identifier
           | IntegerLiteral
           | FloatLiteral
           | TemporalLiteral
           | CharacterLiteral
           | StringLiteral
           | Keyword
referenced by: SourceCode Comment: LineComment BlockComment NestingBlockComment
           | BlockComment
           | NestingBlockComment
referenced by: Token LineComment: // LineCharacter EndOfLine
         ::= '//' LineCharacter* EndOfLine
referenced by: Comment BlockComment: /* Character */
         ::= '/*' Character* '*/'
referenced by: Comment NestingBlockComment: /+ NestingBlockCommentCharacter +/
         ::= '/+' NestingBlockCommentCharacter* '+/'
referenced by: Comment NestingBlockCommentCharacter NestingBlockCommentCharacter: Character NestingBlockComment
         ::= Character
           | NestingBlockComment
referenced by: NestingBlockComment PathIdentifier: / Identifier
         ::= '/' Identifier
referenced by: Path Token Identifier: IdentifierStart IdentifierChar
         ::= IdentifierStart IdentifierChar*
referenced by: CaseCond CommandCall CommandCallExt CommandCallVersion CommandRun PathIdentifier Token IdentifierStart: _ Letter UniversalAlpha
         ::= '_'
           | Letter
           | UniversalAlpha
referenced by: Identifier IdentifierChar IdentifierChar: IdentifierStart DecimalDigit
         ::= IdentifierStart
           | DecimalDigit
referenced by: Identifier Letter: [a-z] [A-Z]
Letter   ::= [a-zA-Z]
referenced by: IdentifierStart UniversalAlpha: [#x00AA-#x00AA] [#x00B5-#x00B5] [#x00B7-#x00B7] [#x00BA-#x00BA] [#x00C0-#x00D6] [#x00D8-#x00F6] [#x00F8-#x01F5] [#x01FA-#x0217] [#x0250-#x02A8] [#x02B0-#x02B8] [#x02BB-#x02BB] [#x02BD-#x02C1] [#x02D0-#x02D1] [#x02E0-#x02E4] [#x037A-#x037A] [#x0386-#x0386] [#x0388-#x038A] [#x038C-#x038C] [#x038E-#x03A1] [#x03A3-#x03CE] [#x03D0-#x03D6] [#x03DA-#x03DA] [#x03DC-#x03DC] [#x03DE-#x03DE] [#x03E0-#x03E0] [#x03E2-#x03F3] [#x0401-#x040C] [#x040E-#x044F] [#x0451-#x045C] [#x045E-#x0481] [#x0490-#x04C4] [#x04C7-#x04C8] [#x04CB-#x04CC] [#x04D0-#x04EB] [#x04EE-#x04F5] [#x04F8-#x04F9] [#x0531-#x0556] [#x0559-#x0559] [#x0561-#x0587] [#x05B0-#x05B9] [#x05BB-#x05BD] [#x05BF-#x05BF] [#x05C1-#x05C2] [#x05D0-#x05EA] [#x05F0-#x05F2] [#x0621-#x063A] [#x0640-#x0652] [#x0660-#x0669] [#x0670-#x06B7] [#x06BA-#x06BE] [#x06C0-#x06CE] [#x06D0-#x06DC] [#x06E5-#x06E8] [#x06EA-#x06ED] [#x06F0-#x06F9] [#x0901-#x0903] [#x0905-#x0939] [#x093D-#x094D] [#x0950-#x0952] [#x0958-#x0963] [#x0966-#x096F] [#x0981-#x0983] [#x0985-#x098C] [#x098F-#x0990] [#x0993-#x09A8] [#x09AA-#x09B0] [#x09B2-#x09B2] [#x09B6-#x09B9] [#x09BE-#x09C4] [#x09C7-#x09C8] [#x09CB-#x09CD] [#x09DC-#x09DD] [#x09DF-#x09E3] [#x09E6-#x09F1] [#x0A02-#x0A02] [#x0A05-#x0A0A] [#x0A0F-#x0A10] [#x0A13-#x0A28] [#x0A2A-#x0A30] [#x0A32-#x0A33] [#x0A35-#x0A36] [#x0A38-#x0A39] [#x0A3E-#x0A42] [#x0A47-#x0A48] [#x0A4B-#x0A4D] [#x0A59-#x0A5C] [#x0A5E-#x0A5E] [#x0A66-#x0A6F] [#x0A74-#x0A74] [#x0A81-#x0A83] [#x0A85-#x0A8B] [#x0A8D-#x0A8D] [#x0A8F-#x0A91] [#x0A93-#x0AA8] [#x0AAA-#x0AB0] [#x0AB2-#x0AB3] [#x0AB5-#x0AB9] [#x0ABD-#x0AC5] [#x0AC7-#x0AC9] [#x0ACB-#x0ACD] [#x0AD0-#x0AD0] [#x0AE0-#x0AE0] [#x0AE6-#x0AEF] [#x0B01-#x0B03] [#x0B05-#x0B0C] [#x0B0F-#x0B10] [#x0B13-#x0B28] [#x0B2A-#x0B30] [#x0B32-#x0B33] [#x0B36-#x0B39] [#x0B3D-#x0B43] [#x0B47-#x0B48] [#x0B4B-#x0B4D] [#x0B5C-#x0B5D] [#x0B5F-#x0B61] [#x0B66-#x0B6F] [#x0B82-#x0B83] [#x0B85-#x0B8A] [#x0B8E-#x0B90] [#x0B92-#x0B95] [#x0B99-#x0B9A] [#x0B9C-#x0B9C] [#x0B9E-#x0B9F] [#x0BA3-#x0BA4] [#x0BA8-#x0BAA] [#x0BAE-#x0BB5] [#x0BB7-#x0BB9] [#x0BBE-#x0BC2] [#x0BC6-#x0BC8] [#x0BCA-#x0BCD] [#x0BE7-#x0BEF] [#x0C01-#x0C03] [#x0C05-#x0C0C] [#x0C0E-#x0C10] [#x0C12-#x0C28] [#x0C2A-#x0C33] [#x0C35-#x0C39] [#x0C3E-#x0C44] [#x0C46-#x0C48] [#x0C4A-#x0C4D] [#x0C60-#x0C61] [#x0C66-#x0C6F] [#x0C82-#x0C83] [#x0C85-#x0C8C] [#x0C8E-#x0C90] [#x0C92-#x0CA8] [#x0CAA-#x0CB3] [#x0CB5-#x0CB9] [#x0CBE-#x0CC4] [#x0CC6-#x0CC8] [#x0CCA-#x0CCD] [#x0CDE-#x0CDE] [#x0CE0-#x0CE1] [#x0CE6-#x0CEF] [#x0D02-#x0D03] [#x0D05-#x0D0C] [#x0D0E-#x0D10] [#x0D12-#x0D28] [#x0D2A-#x0D39] [#x0D3E-#x0D43] [#x0D46-#x0D48] [#x0D4A-#x0D4D] [#x0D60-#x0D61] [#x0D66-#x0D6F] [#x0E01-#x0E3A] [#x0E40-#x0E5B] [#x0E81-#x0E82] [#x0E84-#x0E84] [#x0E87-#x0E88] [#x0E8A-#x0E8A] [#x0E8D-#x0E8D] [#x0E94-#x0E97] [#x0E99-#x0E9F] [#x0EA1-#x0EA3] [#x0EA5-#x0EA5] [#x0EA7-#x0EA7] [#x0EAA-#x0EAB] [#x0EAD-#x0EAE] [#x0EB0-#x0EB9] [#x0EBB-#x0EBD] [#x0EC0-#x0EC4] [#x0EC6-#x0EC6] [#x0EC8-#x0ECD] [#x0ED0-#x0ED9] [#x0EDC-#x0EDD] [#x0F00-#x0F00] [#x0F18-#x0F19] [#x0F20-#x0F33] [#x0F35-#x0F35] [#x0F37-#x0F37] [#x0F39-#x0F39] [#x0F3E-#x0F47] [#x0F49-#x0F69] [#x0F71-#x0F84] [#x0F86-#x0F8B] [#x0F90-#x0F95] [#x0F97-#x0F97] [#x0F99-#x0FAD] [#x0FB1-#x0FB7] [#x0FB9-#x0FB9] [#x10A0-#x10C5] [#x10D0-#x10F6] [#x1E00-#x1E9B] [#x1EA0-#x1EF9] [#x1F00-#x1F15] [#x1F18-#x1F1D] [#x1F20-#x1F45] [#x1F48-#x1F4D] [#x1F50-#x1F57] [#x1F59-#x1F59] [#x1F5B-#x1F5B] [#x1F5D-#x1F5D] [#x1F5F-#x1F7D] [#x1F80-#x1FB4] [#x1FB6-#x1FBC] [#x1FBE-#x1FBE] [#x1FC2-#x1FC4] [#x1FC6-#x1FCC] [#x1FD0-#x1FD3] [#x1FD6-#x1FDB] [#x1FE0-#x1FEC] [#x1FF2-#x1FF4] [#x1FF6-#x1FFC] [#x203F-#x2040] [#x207F-#x207F] [#x2102-#x2102] [#x2107-#x2107] [#x210A-#x2113] [#x2115-#x2115] [#x2118-#x211D] [#x2124-#x2124] [#x2126-#x2126] [#x2128-#x2128] [#x212A-#x2131] [#x2133-#x2138] [#x2160-#x2182] [#x3005-#x3007] [#x3021-#x3029] [#x3041-#x3093] [#x309B-#x309C] [#x30A1-#x30F6] [#x30FB-#x30FC] [#x3105-#x312C] [#x4E00-#x9FA5] [#xAC00-#xD7A3]
         ::= [#x00AA-#x00AA#x00B5-#x00B5#x00B7-#x00B7#x00BA-#x00BA#x00C0-#x00D6#x00D8-#x00F6#x00F8-#x01F5#x01FA-#x0217#x0250-#x02A8#x02B0-#x02B8#x02BB-#x02BB#x02BD-#x02C1#x02D0-#x02D1#x02E0-#x02E4#x037A-#x037A#x0386-#x0386#x0388-#x038A#x038C-#x038C#x038E-#x03A1#x03A3-#x03CE#x03D0-#x03D6#x03DA-#x03DA#x03DC-#x03DC#x03DE-#x03DE#x03E0-#x03E0#x03E2-#x03F3#x0401-#x040C#x040E-#x044F#x0451-#x045C#x045E-#x0481#x0490-#x04C4#x04C7-#x04C8#x04CB-#x04CC#x04D0-#x04EB#x04EE-#x04F5#x04F8-#x04F9#x0531-#x0556#x0559-#x0559#x0561-#x0587#x05B0-#x05B9#x05BB-#x05BD#x05BF-#x05BF#x05C1-#x05C2#x05D0-#x05EA#x05F0-#x05F2#x0621-#x063A#x0640-#x0652#x0660-#x0669#x0670-#x06B7#x06BA-#x06BE#x06C0-#x06CE#x06D0-#x06DC#x06E5-#x06E8#x06EA-#x06ED#x06F0-#x06F9#x0901-#x0903#x0905-#x0939#x093D-#x094D#x0950-#x0952#x0958-#x0963#x0966-#x096F#x0981-#x0983#x0985-#x098C#x098F-#x0990#x0993-#x09A8#x09AA-#x09B0#x09B2-#x09B2#x09B6-#x09B9#x09BE-#x09C4#x09C7-#x09C8#x09CB-#x09CD#x09DC-#x09DD#x09DF-#x09E3#x09E6-#x09F1#x0A02-#x0A02#x0A05-#x0A0A#x0A0F-#x0A10#x0A13-#x0A28#x0A2A-#x0A30#x0A32-#x0A33#x0A35-#x0A36#x0A38-#x0A39#x0A3E-#x0A42#x0A47-#x0A48#x0A4B-#x0A4D#x0A59-#x0A5C#x0A5E-#x0A5E#x0A66-#x0A6F#x0A74-#x0A74#x0A81-#x0A83#x0A85-#x0A8B#x0A8D-#x0A8D#x0A8F-#x0A91#x0A93-#x0AA8#x0AAA-#x0AB0#x0AB2-#x0AB3#x0AB5-#x0AB9#x0ABD-#x0AC5#x0AC7-#x0AC9#x0ACB-#x0ACD#x0AD0-#x0AD0#x0AE0-#x0AE0#x0AE6-#x0AEF#x0B01-#x0B03#x0B05-#x0B0C#x0B0F-#x0B10#x0B13-#x0B28#x0B2A-#x0B30#x0B32-#x0B33#x0B36-#x0B39#x0B3D-#x0B43#x0B47-#x0B48#x0B4B-#x0B4D#x0B5C-#x0B5D#x0B5F-#x0B61#x0B66-#x0B6F#x0B82-#x0B83#x0B85-#x0B8A#x0B8E-#x0B90#x0B92-#x0B95#x0B99-#x0B9A#x0B9C-#x0B9C#x0B9E-#x0B9F#x0BA3-#x0BA4#x0BA8-#x0BAA#x0BAE-#x0BB5#x0BB7-#x0BB9#x0BBE-#x0BC2#x0BC6-#x0BC8#x0BCA-#x0BCD#x0BE7-#x0BEF#x0C01-#x0C03#x0C05-#x0C0C#x0C0E-#x0C10#x0C12-#x0C28#x0C2A-#x0C33#x0C35-#x0C39#x0C3E-#x0C44#x0C46-#x0C48#x0C4A-#x0C4D#x0C60-#x0C61#x0C66-#x0C6F#x0C82-#x0C83#x0C85-#x0C8C#x0C8E-#x0C90#x0C92-#x0CA8#x0CAA-#x0CB3#x0CB5-#x0CB9#x0CBE-#x0CC4#x0CC6-#x0CC8#x0CCA-#x0CCD#x0CDE-#x0CDE#x0CE0-#x0CE1#x0CE6-#x0CEF#x0D02-#x0D03#x0D05-#x0D0C#x0D0E-#x0D10#x0D12-#x0D28#x0D2A-#x0D39#x0D3E-#x0D43#x0D46-#x0D48#x0D4A-#x0D4D#x0D60-#x0D61#x0D66-#x0D6F#x0E01-#x0E3A#x0E40-#x0E5B#x0E81-#x0E82#x0E84-#x0E84#x0E87-#x0E88#x0E8A-#x0E8A#x0E8D-#x0E8D#x0E94-#x0E97#x0E99-#x0E9F#x0EA1-#x0EA3#x0EA5-#x0EA5#x0EA7-#x0EA7#x0EAA-#x0EAB#x0EAD-#x0EAE#x0EB0-#x0EB9#x0EBB-#x0EBD#x0EC0-#x0EC4#x0EC6-#x0EC6#x0EC8-#x0ECD#x0ED0-#x0ED9#x0EDC-#x0EDD#x0F00-#x0F00#x0F18-#x0F19#x0F20-#x0F33#x0F35-#x0F35#x0F37-#x0F37#x0F39-#x0F39#x0F3E-#x0F47#x0F49-#x0F69#x0F71-#x0F84#x0F86-#x0F8B#x0F90-#x0F95#x0F97-#x0F97#x0F99-#x0FAD#x0FB1-#x0FB7#x0FB9-#x0FB9#x10A0-#x10C5#x10D0-#x10F6#x1E00-#x1E9B#x1EA0-#x1EF9#x1F00-#x1F15#x1F18-#x1F1D#x1F20-#x1F45#x1F48-#x1F4D#x1F50-#x1F57#x1F59-#x1F59#x1F5B-#x1F5B#x1F5D-#x1F5D#x1F5F-#x1F7D#x1F80-#x1FB4#x1FB6-#x1FBC#x1FBE-#x1FBE#x1FC2-#x1FC4#x1FC6-#x1FCC#x1FD0-#x1FD3#x1FD6-#x1FDB#x1FE0-#x1FEC#x1FF2-#x1FF4#x1FF6-#x1FFC#x203F-#x2040#x207F-#x207F#x2102-#x2102#x2107-#x2107#x210A-#x2113#x2115-#x2115#x2118-#x211D#x2124-#x2124#x2126-#x2126#x2128-#x2128#x212A-#x2131#x2133-#x2138#x2160-#x2182#x3005-#x3007#x3021-#x3029#x3041-#x3093#x309B-#x309C#x30A1-#x30F6#x30FB-#x30FC#x3105-#x312C#x4E00-#x9FA5#xAC00-#xD7A3]
referenced by: IdentifierStart IntegerLiteral: Integer IntegerSuffix
         ::= Integer IntegerSuffix?
referenced by: Literal Token Integer: DecimalInteger BinaryInteger OctalInteger HexadecimalInteger
           | BinaryInteger
           | OctalInteger
           | HexadecimalInteger
referenced by: IntegerLiteral IntegerSuffix: L u U L L u U
         ::= 'L'
           | [uU] 'L'?
           | 'L' [uU]
referenced by: IntegerLiteral DecimalInteger: DecimalDigit DecimalDigitUS
         ::= DecimalDigit DecimalDigitUS*
referenced by: CommandBreak CommandCallVersion CommandContinue CommandSkip DecimalExponent DecimalFloat HexExponent Integer OuterScopeRef DecimalDigit: [0-9]
         ::= [0-9]
referenced by: DecimalDigitUS DecimalInteger DecimalTuple HexDigit IdentifierChar TimeLiteralTime Zone DecimalDigitUS: DecimalDigit _
         ::= DecimalDigit
           | '_'
referenced by: DecimalInteger BinaryInteger: BinPrefix BinaryDigit BinaryDigitUS
         ::= BinPrefix BinaryDigit BinaryDigitUS*
referenced by: Integer BinPrefix: 0b 0B
         ::= '0b'
           | '0B'
referenced by: BinaryInteger BinaryDigit: 0 1
         ::= [0-1]
referenced by: BinaryDigitUS BinaryInteger BinaryDigitUS: BinaryDigit _
         ::= BinaryDigit
           | '_'
referenced by: BinaryInteger OctalInteger: OctalPrefix OctalDigit OctalDigitUS
         ::= OctalPrefix OctalDigit OctalDigitUS*
referenced by: Integer OctalPrefix: 0c 0C
         ::= '0c'
           | '0C'
referenced by: OctalInteger OctalDigit: 0 OctalNZDigit
         ::= '0'
           | OctalNZDigit
referenced by: OctalCode OctalDigitUS OctalInteger OctalNZDigit: [1-7]
         ::= [1-7]
referenced by: OctalCode OctalDigit OctalDigitUS: OctalDigit _
         ::= OctalDigit
           | '_'
referenced by: OctalInteger HexadecimalInteger: HexPrefix HexDigit HexDigitUS
         ::= HexPrefix HexDigit HexDigitUS*
referenced by: Integer HexPrefix: 0x 0X
         ::= '0x'
           | '0X'
referenced by: HexFloat HexadecimalInteger HexDigit: DecimalDigit HexLetter
           | HexLetter
referenced by: EscapeSequence HexDigitUS HexFloat HexStringChar HexadecimalInteger HexLetter: [a-f] [A-F]
         ::= [a-fA-F]
referenced by: HexDigit HexDigitUS: HexDigit _
         ::= HexDigit
           | '_'
referenced by: HexFloat HexadecimalInteger FloatLiteral: Float Suffix
         ::= Float Suffix?
referenced by: Literal Token Float: DecimalFloat HexFloat
Float    ::= DecimalFloat
           | HexFloat
referenced by: FloatLiteral Suffix: f F L
Suffix   ::= [fFL]
referenced by: FloatLiteral DecimalFloat: DecimalInteger . DecimalInteger DecimalExponent
         ::= ( DecimalInteger? '.' )? DecimalInteger DecimalExponent?
referenced by: Float DecimalExponent: DecimalExponentStart DecimalInteger
         ::= DecimalExponentStart DecimalInteger
referenced by: DecimalFloat DecimalExponentStart: e E + -
         ::= [eE] [+#x2D]?
referenced by: DecimalExponent HexFloat: HexPrefix HexDigit HexDigitUS . HexDigit HexDigitUS HexExponent referenced by: Float HexExponent: HexExponentStart DecimalInteger
         ::= HexExponentStart DecimalInteger
referenced by: HexFloat HexExponentStart: p P + -
         ::= [pP] [+#x2D]?
referenced by: HexExponent TemporalLiteral: DateLiteral TimeLiteral StampLiteral
         ::= DateLiteral
           | TimeLiteral
           | StampLiteral
referenced by: Literal Token DateLiteral: # DateLiteralDate #
         ::= '#' DateLiteralDate '#'
referenced by: TemporalLiteral DateLiteralDate: DecimalQuad - DecimalTuple - DecimalTuple
         ::= DecimalQuad '-' DecimalTuple '-' DecimalTuple
referenced by: DateLiteral StampLiteral DecimalQuad: DecimalTuple DecimalTuple
         ::= DecimalTuple DecimalTuple
referenced by: DateLiteralDate DecimalTuple: DecimalDigit DecimalDigit
         ::= DecimalDigit DecimalDigit
referenced by: DateLiteralDate DecimalQuad TimeLiteralTime TimeLiteral: # TimeLiteralTime #
         ::= '#' TimeLiteralTime '#'
referenced by: TemporalLiteral TimeLiteralTime: DecimalTuple : DecimalTuple : DecimalTuple . DecimalDigit DecimalDigit DecimalDigit DecimalDigit DecimalDigit DecimalDigit
         ::= DecimalTuple ':' DecimalTuple ( ':' DecimalTuple ( '.' DecimalDigit ( DecimalDigit ( DecimalDigit ( DecimalDigit ( DecimalDigit DecimalDigit? )? )? )? )? )? )?
referenced by: StampLiteral TimeLiteral QuarterHours: 00 15 30 45
         ::= '00'
           | '15'
           | '30'
           | '45'
referenced by: Zone Zone: Z + - 0 DecimalDigit 1 [0-2] : QuarterHours
Zone     ::= 'Z'
           | [+#x2D] ( '0'? DecimalDigit | '1' [0-2] ) ':' QuarterHours
referenced by: StampLiteral StampLiteral: # DateLiteralDate T TimeLiteralTime Zone #
         ::= '#' DateLiteralDate 'T' TimeLiteralTime Zone? '#'
referenced by: TemporalLiteral CharacterLiteral: ' SingleQuotedCharacterES '
         ::= "'" SingleQuotedCharacterES "'"
referenced by: Literal Token SingleQuotedCharacterES: SingleQuotedCharacter EscapeSequence
         ::= SingleQuotedCharacter
           | EscapeSequence
referenced by: CharacterLiteral SingleQuotedCharacter: [^']
         ::= [^']
referenced by: SingleQuotedCharacterES EscapeSequence: \' \" \? \\ \0 \a \b \f \n \r \t \v \ OctalCode NamedCharacterEntity \x \u \U HexDigit HexDigit HexDigit HexDigit HexDigit HexDigit HexDigit HexDigit
         ::= "\'"
           | '\"'
           | '\?'
           | '\\'
           | '\0'
           | '\a'
           | '\b'
           | '\f'
           | '\n'
           | '\r'
           | '\t'
           | '\v'
           | '\' ( OctalCode | NamedCharacterEntity )
           | ( '\x' | ( '\u' | '\U' HexDigit HexDigit HexDigit HexDigit ) HexDigit HexDigit ) HexDigit HexDigit
referenced by: DoubleQuotedCharacterES SingleQuotedCharacterES OctalCode: OctalNZDigit OctalDigit OctalDigit
         ::= OctalNZDigit ( OctalDigit OctalDigit? )?
referenced by: EscapeSequence NamedCharacterEntity: & NamedEntityIdentifier ;
         ::= '&' NamedEntityIdentifier ';'
referenced by: EscapeSequence NamedEntityIdentifier: AElig AMP Aacute Abreve Acirc Acy Afr Agrave Alpha Amacr And Aogon Aopf ApplyFunction Aring Ascr Assign Atilde Auml Backslash Barv Barwed Bcy ...
         ::= 'AElig'
           | 'AMP'
           | 'Aacute'
           | 'Abreve'
           | 'Acirc'
           | 'Acy'
           | 'Afr'
           | 'Agrave'
           | 'Alpha'
           | 'Amacr'
           | 'And'
           | 'Aogon'
           | 'Aopf'
           | 'ApplyFunction'
           | 'Aring'
           | 'Ascr'
           | 'Assign'
           | 'Atilde'
           | 'Auml'
           | 'Backslash'
           | 'Barv'
           | 'Barwed'
           | 'Bcy'
           | '...'
referenced by: NamedCharacterEntity StringLiteral: DoubleQuotedString WysiwygString AlternateWysiwygString HexString StringPostfix referenced by: Literal Token DoubleQuotedString: " DoubleQuotedCharacterES "
         ::= '"' DoubleQuotedCharacterES* '"'
referenced by: StringLiteral DoubleQuotedCharacterES: DoubleQuotedCharacter EscapeSequence
         ::= DoubleQuotedCharacter
           | EscapeSequence
referenced by: DoubleQuotedString DoubleQuotedCharacter: [^"\]
         ::= [^"\]
referenced by: DoubleQuotedCharacterES WysiwygString: r" WysiwygCharacter "
         ::= 'r"' WysiwygCharacter* '"'
referenced by: StringLiteral WysiwygCharacter: [^"]
         ::= [^"]
referenced by: WysiwygString AlternateWysiwygString: ` AlternateWysiwygCharacter `
         ::= '`' AlternateWysiwygCharacter* '`'
referenced by: StringLiteral AlternateWysiwygCharacter: [^`]
         ::= [^`]
referenced by: AlternateWysiwygString HexString: x" HexStringChar "
         ::= 'x"' HexStringChar+ '"'
referenced by: StringLiteral HexStringChar: HexDigit WhiteSpace EndOfLineCharacter [#x000D] [#x000A]
         ::= HexDigit
           | WhiteSpace
           | EndOfLineCharacter
           | #x000D #x000A
referenced by: HexString StringPostfix: c w d
         ::= [cwd]
referenced by: StringLiteral KwControlCmd: if else for foreach in while switch case default break continue skip return
         ::= 'if'
           | 'else'
           | 'for'
           | 'foreach'
           | 'in'
           | 'while'
           | 'switch'
           | 'case'
           | 'default'
           | 'break'
           | 'continue'
           | 'skip'
           | 'return'
referenced by: Keyword KwTestCmd: eq !eq refines !refines isof !isof
         ::= 'eq'
           | '!eq'
           | 'refines'
           | '!refines'
           | 'isof'
           | '!isof'
referenced by: BoolTestExpression Keyword KwForIdx: idx OuterScopeRef referenced by: KwForVars Literal KwForKey: key OuterScopeRef referenced by: KwForVars Literal KwForVal: val OuterScopeRef referenced by: KwForVars KwTreeRO OuterScopeRef: $ - + DecimalInteger
         ::= '$' ( '-' | '+' )? DecimalInteger
referenced by: KwExcThrown KwForIdx KwForKey KwForVal KwForVars: KwForIdx KwForKey KwForVal
         ::= KwForIdx
           | KwForKey
           | KwForVal
referenced by: Keyword KwExcThrown: thrown OuterScopeRef
         ::= 'thrown' OuterScopeRef?
referenced by: KwExcHandle KwTreeRO KwExcHandle: try catch throw finally KwExcThrown
         ::= 'try'
           | 'catch'
           | 'throw'
           | 'finally'
           | KwExcThrown
referenced by: Keyword KwTreeROTree: src tmp cmd cfg sub pat dat env
         ::= 'src'
           | 'tmp'
           | 'cmd'
           | 'cfg'
           | 'sub'
           | 'pat'
           | 'dat'
           | 'env'
referenced by: Keyword KwTreeRO KwTreeRO: KwTreeROTree KwForVal KwExcThrown
           | KwForVal
           | KwExcThrown
referenced by: KwTree SrcTreeBase KwTreeRW: dst cur var ret req ses ars shr
KwTreeRW ::= 'dst'
           | 'cur'
           | 'var'
           | 'ret'
           | 'req'
           | 'ses'
           | 'ars'
           | 'shr'
referenced by: DstTree Keyword KwTree KwTree: KwTreeRO KwTreeRW
KwTree   ::= KwTreeRO
           | KwTreeRW
no referencesKwConstTrue: true TRUE
         ::= 'true'
           | 'TRUE'
referenced by: KwConstant KwConstFalse: false FALSE
         ::= 'false'
           | 'FALSE'
referenced by: KwConstant KwConstNull: null NULL
         ::= 'null'
           | 'NULL'
referenced by: CommandTreeRight KwConstant KwConstEmpty: empty EMPTY
         ::= 'empty'
           | 'EMPTY'
referenced by: CommandTreeRight KwConstant KwSpecialConstant: __DATE__ __TIME__ __TIMESTAMP__ __VENDOR__ __VERSION__ __LINE__ __METHOD__ __PRETTY_METHOD__ __MODULE__ __EOF__
         ::= '__DATE__'
           | '__TIME__'
           | '__TIMESTAMP__'
           | '__VENDOR__'
           | '__VERSION__'
           | '__LINE__'
           | '__METHOD__'
           | '__PRETTY_METHOD__'
           | '__MODULE__'
           | '__EOF__'
referenced by: KwConstant KwConstant: KwConstTrue KwConstFalse KwConstNull KwConstEmpty KwSpecialConstant
         ::= KwConstTrue
           | KwConstFalse
           | KwConstNull
           | KwConstEmpty
           | KwSpecialConstant
referenced by: Keyword Literal KwObjectSpec: this super root
         ::= 'this'
           | 'super'
           | 'root'
referenced by: Keyword RunPattern Keyword: KwControlCmd KwTestCmd KwForVars KwExcHandle KwTreeROTree KwTreeRW KwConstant KwObjectSpec parentof
           | KwTestCmd
           | KwForVars
           | KwExcHandle
           | KwTreeROTree
           | KwTreeRW
           | KwConstant
           | KwObjectSpec
           | 'parentof'
referenced by: Token LesCode: Command __EOF__ EndOfFile
LesCode  ::= Command* ( '__EOF__' | EndOfFile )
no referencesCommand: CommandTreeEval CommandTreeBlock CommandTreeCall CommandIf CommandFor CommandForeach CommandWhile CommandSwitch CommandCall ; CommandRun CommandReturn CommandBreak CommandContinue CommandSkip CommandTry CommandThrow
           | CommandTreeBlock
           | CommandTreeCall
           | CommandIf
           | CommandFor
           | CommandForeach
           | CommandWhile
           | CommandSwitch
           | CommandCall? ';'
           | CommandRun
           | CommandReturn
           | CommandBreak
           | CommandContinue
           | CommandSkip
           | CommandTry
           | CommandThrow
referenced by: CaseClause CommandBlock CommandCondRight CommandIf CommandLoopRight CommandTry DefaultClause LesCode CommandTreeEval: DstTree CommandTreeRight SrcTreeBase CommandCallExt ;
         ::= DstTree CommandTreeRight
           | SrcTreeBase CommandCallExt ';'
referenced by: Command CommandTreeBlock: CommandBlockSrc CommandAssignRight CommandCallExt ;
         ::= CommandBlockSrc ( CommandAssignRight | CommandCallExt ';' )?
referenced by: Command CommandTreeCall: Literal CommandRun ( Expression ) CommandCallExt ;
         ::= ( Literal | CommandRun | '(' Expression ')' ) CommandCallExt ';'
referenced by: Command CommandTreeRight: ! KwConstNull KwConstEmpty Path CommandBlockSrc CommandAssignRight CommandOpRight ++ -- [!] Path CommandBlockSrc CommandCallExt ;
         ::= ( '!' ( KwConstNull | KwConstEmpty )? Path? )? CommandBlockSrc CommandAssignRight?
           | CommandOpRight
           | ( '++' | '--' | '[!]' Path | CommandBlockSrc? CommandCallExt ) ';'
referenced by: CommandTreeEval CommandBlockSrc: CommandBlock SrcContext
         ::= CommandBlock SrcContext?
referenced by: CommandArg CommandThrow CommandTreeBlock CommandTreeRight CommandTry SrcTree CommandBlock: { Command }
         ::= '{' Command* '}'
referenced by: CommandBlockSrc RunPattern SrcContext: <- Expression
         ::= '<-' Expression
referenced by: CommandBlockSrc CommandAssignRight: CommandOpRight in Expression ;
         ::= CommandOpRight
           | 'in' Expression ';'
referenced by: CommandTreeBlock CommandTreeRight CommandOpRight: CommandAssignOp Expression ;
         ::= CommandAssignOp Expression ';'
referenced by: CommandAssignRight CommandTreeRight CommandAssignOp: = += -= *= /= %= ^^= ^!|= ^= &= |= >>>= >>= <<= !&= !|= .= := ~=
         ::= '='
           | '+='
           | '-='
           | '*='
           | '/='
           | '%='
           | '^^='
           | '^!|='
           | '^='
           | '&='
           | '|='
           | '>>>='
           | '>>='
           | '<<='
           | '!&='
           | '!|='
           | '.='
           | ':='
           | '~='
referenced by: CommandOpRight CommandIf: if CommandCondRight else Command
         ::= 'if' CommandCondRight ( 'else' Command )?
referenced by: Command CommandFor: for CommandLoopRight
         ::= 'for' CommandLoopRight
referenced by: Command CommandForeach: foreach CommandLoopRight
         ::= 'foreach' CommandLoopRight
referenced by: Command CommandWhile: while CommandCondRight
         ::= 'while' CommandCondRight
referenced by: Command CommandCondRight: ( Expression ) Command
         ::= '(' Expression ')' Command
referenced by: CommandIf CommandWhile CommandLoopRight: ( SrcTree ) Command
         ::= '(' SrcTree ')' Command
referenced by: CommandFor CommandForeach CommandSwitch: switch ( Expression ) { SwitchStatement }
         ::= 'switch' '(' Expression ')' '{' SwitchStatement '}'
referenced by: Command SwitchStatement: CaseClause DefaultClause CaseClause CaseClause
         ::= CaseClause* ( DefaultClause CaseClause* | CaseClause )
referenced by: CommandSwitch CaseClause: case CaseCond : Command
         ::= 'case' CaseCond ':' Command*
referenced by: SwitchStatement DefaultClause: default : Command
         ::= 'default' ':' Command*
referenced by: SwitchStatement CaseCond: Path Identifier . ( Expression )
           | Identifier ( '.' Identifier )*
           | '(' Expression ')'
referenced by: CaseClause CommandCall: Identifier . CommandCallVersionArg
         ::= Identifier ( '.' Identifier )* CommandCallVersionArg
referenced by: Command PrimaryExpression CommandCallVersionArg: : CommandCallVersion CommandArg
         ::= ( ':' CommandCallVersion )? CommandArg
referenced by: CommandCall CommandCallExt CommandCallVersion: DecimalInteger . - Identifier
         ::= DecimalInteger ( '.' DecimalInteger )* ( '-' Identifier )?
referenced by: CommandCallVersionArg CommandArg: ( ExpressionList ) CommandBlockSrc
         ::= '(' ExpressionList? ')'
           | CommandBlockSrc
referenced by: CommandCallVersionArg CommandRun ExpressionList: Expression ,
         ::= Expression ( ',' Expression )*
referenced by: CommandArg CommandCallExt: . Identifier CommandCallVersionArg
         ::= ( '.' Identifier )+ CommandCallVersionArg?
referenced by: CommandTreeBlock CommandTreeCall CommandTreeEval CommandTreeRight PrimaryExpression CommandRun: @ @ RunPattern . Identifier [ Expression ] CommandArg
         ::= '@' '@'? RunPattern '.' ( Identifier | '[' Expression ']' ) CommandArg?
referenced by: Command CommandTreeCall PrimaryExpression RunPattern: SrcTreeBase DstTree CommandBlock KwObjectSpec
         ::= SrcTreeBase
           | DstTree? CommandBlock
           | KwObjectSpec
referenced by: CommandRun CommandReturn: return ;
         ::= 'return' ';'
referenced by: Command CommandBreak: break DecimalInteger ;
         ::= 'break' DecimalInteger? ';'
referenced by: Command CommandContinue: continue DecimalInteger ;
         ::= 'continue' DecimalInteger? ';'
referenced by: Command CommandSkip: skip DecimalInteger ;
         ::= 'skip' DecimalInteger? ';'
referenced by: Command CommandTry: KwTry CommandBlockSrc KwCatch Path ( Path ) Command KwFinally Command
         ::= KwTry CommandBlockSrc ( KwCatch ( Path | '(' Path ')' ) Command )* ( KwFinally Command )?
referenced by: Command CommandThrow: KwThrow Path ; CommandBlockSrc
         ::= KwThrow Path ( ';' | CommandBlockSrc )
referenced by: Command Expression: ? TernaryExpression
         ::= '?'? TernaryExpression
referenced by: CaseCond CommandAssignRight CommandCondRight CommandOpRight CommandRun CommandSwitch CommandTreeCall ExpressionList Path PrimaryExpression SrcContext TernaryExpression TernaryExpression: BoolOrExpression ? Expression : ?? !?? Expression
         ::= BoolOrExpression ( ( '?' Expression ':' | '??' | '!??' ) Expression )?
referenced by: Expression BoolOrExpression: BoolXorExpression || !||
         ::= BoolXorExpression ( ( '||' | '!||' ) BoolXorExpression )*
referenced by: TernaryExpression BoolXorExpression: BoolAndExpression >< !><
         ::= BoolAndExpression ( ( '><' | '!><' ) BoolAndExpression )*
referenced by: BoolOrExpression BoolAndExpression: MathOrExpression && !&&
         ::= MathOrExpression ( ( '&&' | '!&&' ) MathOrExpression )*
referenced by: BoolXorExpression MathOrExpression: MathXorExpression | !|
         ::= MathXorExpression ( ( '|' | '!|' ) MathXorExpression )*
referenced by: BoolAndExpression MathXorExpression: MathAndExpression ^ ^!|
         ::= MathAndExpression ( ( '^' | '^!|' ) MathAndExpression )*
referenced by: MathOrExpression MathAndExpression: BoolEqualExpression & !&
         ::= BoolEqualExpression ( ( '&' | '!&' ) BoolEqualExpression )*
referenced by: MathXorExpression BoolEqualExpression: BoolTestExpression == !=
         ::= BoolTestExpression ( ( '==' | '!=' ) BoolTestExpression )*
referenced by: MathAndExpression BoolTestExpression: BoolRelExpression KwTestCmd SrcTree
         ::= BoolRelExpression ( KwTestCmd SrcTree )?
referenced by: BoolEqualExpression BoolRelExpression: MathShiftExpression < > <= >= !< !> !<= !>=
         ::= MathShiftExpression ( ( '<' | '>' | '<=' | '>=' | '!<' | '!>' | '!<=' | '!>=' ) MathShiftExpression )*
referenced by: BoolTestExpression MathShiftExpression: MathAddExpression << >>> >>
         ::= MathAddExpression ( ( '<<' | '>>>' | '>>' ) MathAddExpression )*
referenced by: BoolRelExpression MathAddExpression: MathMulExpression + - ~
         ::= MathMulExpression ( ( '+' | '-' | '~' ) MathMulExpression )*
referenced by: MathShiftExpression MathMulExpression: MathPowExpression * / %
         ::= MathPowExpression ( ( '*' | '/' | '%' ) MathPowExpression )*
referenced by: MathAddExpression MathPowExpression: UnaryExpression ^^
         ::= UnaryExpression ( '^^' UnaryExpression )*
referenced by: MathMulExpression UnaryExpression: ! ~ + - parentof PrimaryExpression
         ::= ( '!' | '~' | '+' | '-' | 'parentof' )* PrimaryExpression
referenced by: MathPowExpression PrimaryExpression: Literal CommandRun SrcTree ( Expression ) CommandCallExt CommandCall
         ::= ( Literal | CommandRun | SrcTree | '(' Expression ')' ) CommandCallExt?
           | CommandCall
referenced by: UnaryExpression Literal: StringLiteral CharacterLiteral IntegerLiteral FloatLiteral TemporalLiteral KwConstant KwForIdx KwForKey
           | CharacterLiteral
           | IntegerLiteral
           | FloatLiteral
           | TemporalLiteral
           | KwConstant
           | KwForIdx
           | KwForKey
referenced by: CommandTreeCall PrimaryExpression Path: PathIdentifier [ Expression ]
Path     ::= ( PathIdentifier | '[' Expression? ']' )+
referenced by: CaseCond CommandThrow CommandTreeRight CommandTry DstTree SrcTreeBase SrcTreeBase: KwTreeRO Path DstTree
         ::= KwTreeRO Path?
           | DstTree
referenced by: CommandTreeEval RunPattern SrcTree SrcTree: SrcTreeBase DstTree CommandBlockSrc
           | DstTree? CommandBlockSrc
referenced by: BoolTestExpression CommandLoopRight PrimaryExpression DstTree: KwTreeRW Path Path
           | Path
referenced by: CommandTreeEval RunPattern SrcTree SrcTreeBase   ... generated by Railroad Diagram Generator R R