Thun/joy/gui
Simon Forman 7607ca7650 Definitions infer stack effects.
At start-up defs that DON'T type check are permitted (so you can use e.g.
loop, map, etc.) in the definitions "source", but then the user-facing
inscribe command only allows you to define new commands that DO
type-check.  The ideal solution here is to get inference working for the
loopy words.  (In the meantime you can select and execute their
definition text directly.  That's not (yet!) type-checked.)
2018-07-17 20:52:57 -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 More stack effects, and modify the key bindings. 2018-07-16 18:43:40 -07:00
mousebindings.py Some integration with Type Checking. 2018-07-15 11:48:08 -07:00
textwidget.py More stack effects, and modify the key bindings. 2018-07-16 18:43:40 -07:00
utils.py Split some code into a utils.py module. 2018-07-14 18:51:22 -07:00
world.py Definitions infer stack effects. 2018-07-17 20:52:57 -07:00