Editing Sphinx docs.

A lot more still to do but it's coming along.
This commit is contained in:
Simon Forman
2018-04-25 13:35:03 -07:00
parent cfbd9a5182
commit 2887132aeb
7 changed files with 84 additions and 10 deletions
+11
View File
@@ -2,8 +2,19 @@
Parsing Text into Joy Expressions
=================================
TODO: example...
``joy.parser``
---------------
.. automodule:: joy.parser
:members:
Parser Internals
----------------
TODO: Document things like the regular expressions used for tokenizing, and the re.Scanner, etc...