21 lines
299 B
ReStructuredText
21 lines
299 B
ReStructuredText
|
|
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...
|
|
|