Thun/joy
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
..
gui Some integration with Type Checking. 2018-07-15 11:48:08 -07:00
utils Some integration with Type Checking. 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
__main__.py Change project name to Thun. 2018-04-21 21:26:41 -07:00
joy.py Adding params to the docstrings. 2018-04-30 10:16:04 -07:00
library.py ifte as definition; "fork" combinator. 2018-07-11 07:10:54 -07:00
parser.py Adding params to the docstrings. 2018-04-30 10:16:04 -07:00