2 USING: help.markup help.syntax ;
4 ARTICLE: "lisp.parser" "Parsing strings of Lisp"
5 "This vocab uses " { $vocab-link "peg.ebnf" } " to turn strings of Lisp into " { $snippet "s-exp" } "s, which are then used by"
6 { $vocab-link "lisp" } " to produce Factor quotations." ;