Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

Lisp::whitespace Locate in Contents

Declaration Locate in Contents

whitespace ::=
            <tab>
        |    <page>
        |    <newline>
        |    <space>
        |    <return>
        |    <linefeed>

Composition Locate in Contents

lws whitespace Alternation Node single_escaped multiple_escaped tab page newline space return linefeed

State Machine Locate in Contents

start:144:$0 tab|{146|$1|147} page|{148|$2|149} newline|{150|$3|151} space|{152|$4|153} return|{154|$5|155} linefeed|{156|$6|157} final:145:$0