
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...

