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