]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/backend/backend-docs.factor
stack-checker,compiler: docs for stack-checker and compiler words
[factor.git] / basis / stack-checker / backend / backend-docs.factor
index fedce8310c9ce8c63e626162100bac07fe4b5630..04a1a46f24c5bb877f24b680ac9bd1caf11f8211 100644 (file)
@@ -1,5 +1,5 @@
 USING: compiler.tree effects help.markup help.syntax quotations sequences
-stack-checker.visitor ;
+stack-checker.state stack-checker.visitor ;
 IN: stack-checker.backend
 
 HELP: infer-quot-here
@@ -13,3 +13,7 @@ HELP: introduce-values
 HELP: with-infer
 { $values { "quot" quotation } { "effect" effect } { "visitor" "a visitor, if any" } }
 { $description "Initializes the inference engine and then runs the given quotation which is supposed to perform the inferencing." } ;
+
+HELP: push-literal
+{ $values { "obj" "something" } }
+{ $description "Pushes a literal onto the " { $link literals } " sequence." } ;