Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[Lisp]->[Symbols]->[multiple_escaped]

Expand All
Collapse All
Contents

Lisp::multiple_escaped Locate in Contents

Declaration Locate in Contents

<multiple escaped> ::=
            constituent
        |    whitespace
        |    macro
        |    <single escape> <single escaped>

Composition Locate in Contents

token_rest multiple_escaped Alternation Node token_first constituent whitespace macro Concatenation Node single_escape single_escaped

State Machine Locate in Contents

start:216:$0 constituent|{195|$1|196} whitespace|{144|$2|145} macro|{203|$3|204} single_escape|{209|$5|210} final:217:$0 single_escaped|{193|$6|194}