Sphinx docs coming along.

It's so pretty!  Make me want to write more docs.  :-)

Some weird bug parsing the library.py module though.  D'oh!
This commit is contained in:
Simon Forman
2018-04-22 22:44:49 -07:00
parent 2d617a2588
commit 93b35593d4
9 changed files with 127 additions and 75 deletions
+6
View File
@@ -64,6 +64,12 @@ from .utils.pretty_print import TracePrinter
def joy(stack, expression, dictionary, viewer=None):
'''
Evaluate the Joy expression on the stack.
:param quote stack: The stack.
:param quote expression: The expression to evaluate.
:param dict dictionary: A `dict` mapping names to Joy functions.
:param function viewer: Optional viewer function.
'''
while expression: