Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Other Grammars]->[Uniform Resource Identifier (URL)]->[Entry Points]->[gopherurl]

Expand All
Collapse All
Contents

UniformResourceIdentifier::gopherurl Locate in Contents

Declaration Locate in Contents

gopherurl = "gopher://" hostport [ "/" [ <gopher-path> ] ]

Composition Locate in Contents

gopherurl Concatenation Node Concatenation Node hostport Alternation Node 'g' 'o' 'p' 'h' 'e' 'r' ':' '/' '/' Concatenation Node @ '/' Alternation Node gopher_path @

State Machine Locate in Contents

start:222:$0 final:576:$0 hostport|{574|$2|575} gopher_path|{577|$7|578}