Sage Vaillancourt
|
54e2e09c5c
|
Add explicit (print) function
|
2020-10-30 14:36:44 -04:00 |
Sage Vaillancourt
|
b443a54822
|
Add `pre` for prepending to lists
|
2020-10-29 11:23:35 -04:00 |
Sage Vaillancourt
|
94555e4497
|
Adding to env checks outer env for existing Object
|
2020-10-29 10:26:44 -04:00 |
Sage Vaillancourt
|
cb87fbdae6
|
Print missed symbol's name
|
2020-10-29 10:00:25 -04:00 |
Sage Vaillancourt
|
7b649fdf16
|
Add `isnum` and some tests
|
2020-10-28 18:09:57 -04:00 |
=
|
3f9d24c617
|
Fix signed/unsigned comparison
|
2020-08-04 22:04:11 +01:00 |
=
|
d87322b6a5
|
Some env.c refactoring and clean-up
|
2020-08-04 20:26:47 +01:00 |
=
|
b92768c5ec
|
Add script-calling. Tweak font size thresholds
Other clean-up
|
2020-08-04 18:30:40 +01:00 |
=
|
a5ecb1b3aa
|
Added TODO. Text size adjusts with code length
Can handle hex and binary. Other cleanup
All tests pass
|
2020-08-02 21:16:26 +01:00 |
=
|
81d5a545cf
|
Some new list functions and better error handling
New list functions include (append) (at) (rest) and (reverse). Single quotes now supported for strings.
|
2020-05-28 15:28:28 +01:00 |
=
|
44c9c7a8a1
|
Use malloc'd strings. Add filter function
|
2020-05-22 06:16:45 +01:00 |
=
|
8bdf42f6fd
|
Revert "Add basic struct notion and tests."
This reverts commit 95762976c5 .
Turns out these structs are not implemented well.
|
2020-05-18 02:22:39 +01:00 |
=
|
95762976c5
|
Add basic struct notion and tests.
Don't auto-run tests in debug mode. Some new tests fail for list-related reasons (some work in the REPL).
|
2020-05-18 00:00:19 +01:00 |
=
|
80967b9275
|
Broke lib-type code into array. New numparse errs
|
2020-05-16 19:31:14 +01:00 |
=
|
f488e29c54
|
Implement liberal string copying and destruction
|
2020-05-15 21:28:16 +01:00 |
=
|
1c82c6f726
|
Fixed some parsing (tests pass!). Some clean up.
|
2020-05-15 04:51:59 +01:00 |
=
|
8a45444c52
|
Some clean-up. Removed NO_REPL (redundant via cli)
|
2020-05-11 06:15:44 +01:00 |
=
|
340af00a29
|
Enable multi-statements in one line. Break out env
|
2020-05-10 18:52:22 +01:00 |