|
|
c67d4f4583
|
Add -Wall,-Werror compiler flags
|
2022-11-16 23:01:50 -05:00 |
|
|
|
13f6d66d2b
|
Fixes for 'equal'
|
2022-11-16 21:37:08 -05:00 |
|
|
|
41bebd1472
|
Optimize list appends O(n^2)->O(n)
|
2022-11-15 23:04:45 -05:00 |
|
|
|
1595a6310d
|
Minor refactor to parsing and testing cleanup
|
2022-11-15 22:57:25 -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 |
|
|
|
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 |
|
|
|
3b7bef779b
|
Clean up many strdups
|
2022-11-02 20:36:07 -04:00 |
|
|
|
d97be8ec4b
|
Refactor with new name uclisp
|
2022-10-28 23:19:19 -04:00 |
|
|
|
ed173bd17a
|
Add error types and simple state
|
2022-10-28 16:08:40 -04:00 |
|
|
|
d81d8c5156
|
Add lots of utilties, initial builtins
|
2022-10-27 16:51:21 -04:00 |
|