Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

Lisp::lws Locate in Contents

Declaration Locate in Contents

lws ::= /* linear white space ( past new line ) */
        ( whitespace | comment | <balanced comment> )+

Composition Locate in Contents

implicit_whitespace lws Concatenation Node dispatch_macro Alternation Node implicit_whitespace Iteration Node whitespace comment balanced_comment Concatenation Node Alternation Node implicit_whitespace whitespace comment balanced_comment

State Machine Locate in Contents

start:142:$0 whitespace|{144|$2|145} comment|{158|$3|159} balanced_comment|{163|$4|164} final:143:$0 implicit_whitespace|{140|$5|141} whitespace|{144|$2|145} comment|{158|$3|159} balanced_comment|{163|$4|164} implicit_whitespace|{140|$6|141} whitespace|{144|$2|145} comment|{158|$3|159} balanced_comment|{163|$4|164} implicit_whitespace|{140|$6|141}