Thun/joy/gui
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 It's time to bring in the GUI. 2018-07-14 12:45:52 -07:00
__main__.py Much globals. Wow. 2018-07-14 20:58:43 -07:00
main.py Some integration with Type Checking. 2018-07-15 11:48:08 -07:00
mousebindings.py Some integration with Type Checking. 2018-07-15 11:48:08 -07:00
textwidget.py Some integration with Type Checking. 2018-07-15 11:48:08 -07:00
utils.py Split some code into a utils.py module. 2018-07-14 18:51:22 -07:00
world.py Some integration with Type Checking. 2018-07-15 11:48:08 -07:00