Adding some more documentation to extra/lisp
parent
27d216cf1e
commit
560399a2b6
|
@ -1,5 +1,12 @@
|
||||||
IN: lisp
|
IN: lisp
|
||||||
USING: help.markup help.syntax ;
|
USING: help.markup help.syntax ;
|
||||||
|
HELP: <LISP
|
||||||
|
{ $description "parsing word which converts the lisp code between <LISP and LISP> 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"
|
ARTICLE: "lisp" "Lisp in Factor"
|
||||||
"This is a simple implementation of a Lisp dialect, which somewhat resembles Scheme." $nl
|
"This is a simple implementation of a Lisp dialect, which somewhat resembles Scheme." $nl
|
||||||
|
|
Loading…
Reference in New Issue