Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

Lisp::token_rest Locate in Contents

Declaration Locate in Contents

<token rest> ::=
            constituent
        |    <multiple escape> <multiple escaped>* <multiple escape>
        |    <single escape> <single escaped>
        |    <non-terminating macro>

Composition Locate in Contents

dispatch_macro token_rest Alternation Node symbol constituent Concatenation Node Concatenation Node non_terminating_macro multiple_escape Iteration Node multiple_escape single_escape single_escaped multiple_escaped

State Machine Locate in Contents

start:213:$0 constituent|{195|$1|196} multiple_escape|{211|$3|212} single_escape|{209|$8|210} non_terminating_macro|{207|$10|208} final:214:$0 multiple_escaped|{216|$5|217} single_escaped|{193|$9|194} multiple_escaped|{216|$5|217} multiple_escape|{211|$6|212}