From 560399a2b60c96ac5a8d4330c1b4174480d44ded Mon Sep 17 00:00:00 2001 From: James Cash Date: Thu, 30 Oct 2008 20:28:55 -0400 Subject: [PATCH] Adding some more documentation to extra/lisp --- extra/lisp/lisp-docs.factor | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extra/lisp/lisp-docs.factor b/extra/lisp/lisp-docs.factor index 149f22864e..a4b0372f16 100644 --- a/extra/lisp/lisp-docs.factor +++ b/extra/lisp/lisp-docs.factor @@ -1,5 +1,12 @@ IN: lisp USING: help.markup help.syntax ; +HELP: into factor quotations and calls it" } +{ $ see-also lisp-string>factor } + +HELP: lisp-string>factor +{ $values { "str" "a string of lisp code" } { "quot" "the quotation the lisp compiles into" } } +{ $description "Turns a string of lisp into a factor quotation" } ARTICLE: "lisp" "Lisp in Factor" "This is a simple implementation of a Lisp dialect, which somewhat resembles Scheme." $nl