Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

Lisp::balanced_comment Locate in Contents

Declaration Locate in Contents

<balanced comment> ::=
            "#|" ( '[^|#]' | '|[^#]' | '#[^|]' | <balanced comment> )* "|#"

Composition Locate in Contents

lws balanced_comment Concatenation Node dispatch_macro balanced_comment Concatenation Node Iteration Node Concatenation Node '#' '|' Alternation Node '|' '#' '[^\\z#|]' Concatenation Node Concatenation Node balanced_comment '|' '[^\\z#]' '#' '[^\\z|]'

State Machine Locate in Contents

start:163:$0 final:164:$0 balanced_comment|{163|$7|164} balanced_comment|{163|$7|164}