Type inference of Joy expressions.

More remains to be done but it seems to work.
This commit is contained in:
Simon Forman
2018-06-29 13:19:12 -07:00
parent 6ca59847ab
commit 4406a6620b
25 changed files with 1867 additions and 4593 deletions
+3
View File
@@ -125,6 +125,9 @@ step_zero == 0 roll> step
codireco == cons dip rest cons
make_generator == [codireco] ccons
'''
# ifte == [nullary not] dipd branch
# ifte == [nullary] dipd swap branch
##ccons == cons cons
##unit == [] cons
##second == rest first