Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
[factor/jcg.git] / unmaintained / lisp / parser / parser-docs.factor
blobfc16a0a3101d1e703e1e2ff9859930f037ed25e3
1 IN: lisp.parser
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." ;