Thun/joy
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
..
gui Definitions infer stack effects. 2018-07-17 20:52:57 -07:00
utils Definitions infer stack effects. 2018-07-17 20:52:57 -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 Definitions infer stack effects. 2018-07-17 20:52:57 -07:00
parser.py Adding params to the docstrings. 2018-04-30 10:16:04 -07:00