Thun/joy/utils
Simon Forman e169c6aae2 Some integration with Type Checking.
Now the UI highlights commands and numbers as you move the mouse, numbers
are blue, commands that type-check are green, commands that fail to
type-check are orange and will not be interpreted, and if there is no
stack effect information available for a command it is grey but you can
still attempt to execute it.

You can still evaluate whole expressions by selceting them and
right-inter-clicking before you release the left button, or by putting
the cursor on a line and typing ctrl-enter, which will run the whole
line.  These expressions are NOT (yet) type-checked.
2018-07-15 11:48:08 -07:00
..
__init__.py Initial move of code from git repo. 2018-04-14 18:13:13 -07:00
brutal_hackery.py Minor cleanup of the README file. 2018-04-22 09:16:48 -07:00
generated_library.py Minor cleanup. 2018-06-27 19:03:23 -07:00
polytypes.py Some integration with Type Checking. 2018-07-15 11:48:08 -07:00
pretty_print.py Adding params to the docstrings. 2018-04-30 10:16:04 -07:00
stack.py Type inference of Joy expressions. 2018-06-29 13:19:12 -07:00
types.py Ah, Symbols. 2018-07-11 07:12:14 -07:00