Add compiler
[app-scheme79asm.git] / lib / App / Scheme79asm.pm
index 19e249c88cc74becdaf00795bd9ef59ce9cb0ae1..18a68c82401abb1270d051687f2a53ae25dca214 100644 (file)
@@ -315,6 +315,13 @@ Parse a sequence of S-expressions and lay it out in memory.
 Can be called multiple times to lay out multiple sequences of
 S-expressions one after another.
 
+=item $asm->B<process>(I<$sexp>)
+
+Given an already-parsed sexp (meaning a
+L<Data::SExpression> object), lay it out in memory.
+Can be called multiple times to lay out multiple sequences of
+S-expressions one after another.
+
 =item $asm->B<finish>
 
 Move the last pointer to position 5, and put the free pointer at
This page took 0.009172 seconds and 4 git commands to generate.