Commit Graph

13 Commits

Author SHA1 Message Date
fd5aad95dc Add iteration (dotimes, dolist, while) 2022-11-16 21:38:01 -05:00
785dbf06f6 Improve parser errors slightly 2022-11-15 15:18:37 -05:00
583367ee9d Update TODO statuses 2022-11-15 00:15:48 -05:00
af88471b3a Rename 'state' to 'scope' 2022-11-14 23:42:48 -05:00
706b4a586d Add seemingly functional but hacky gc 2022-11-14 22:43:49 -05:00
6af4e67309 Add boolean, comparison, and equality functions 2022-11-07 09:18:59 -05:00
4da62ad2da Add mapcar builtin, more tests, fixes 2022-11-05 20:47:33 -04:00
2527c34ddf Add quote special form 2022-11-04 22:03:47 -04:00
2344a7d498 Add lambda special form 2022-11-04 21:51:25 -04:00
c37e46e354 Add progn special form 2022-11-04 09:49:37 -04:00
4dab281b1f Add setq special form 2022-11-04 09:34:39 -04:00
d5b1729deb Add function evaluation 2022-11-04 09:16:02 -04:00
ddb5a8f842 Add defun without evaluation 2022-11-03 09:46:23 -04:00