ConnorSkees
|
e5b7043480
|
do not print null values inside list
|
2020-03-31 00:27:00 -04:00 |
|
ConnorSkees
|
c29088b558
|
allow trailing commas
|
2020-03-24 00:17:18 -04:00 |
|
ConnorSkees
|
981bf27cb8
|
properly parse and emit bracketed lists
|
2020-03-23 19:56:24 -04:00 |
|
ConnorSkees
|
29011f88bb
|
Implement builtin function join
|
2020-03-22 14:04:16 -04:00 |
|
ConnorSkees
|
87462490ac
|
Handle empty lists ()
|
2020-03-20 20:01:57 -04:00 |
|
ConnorSkees
|
b0aff089aa
|
implement builtin function append()
|
2020-03-20 19:50:23 -04:00 |
|
ConnorSkees
|
4fdac4c5f1
|
implement builtin function set-nth()
|
2020-03-20 19:27:26 -04:00 |
|
ConnorSkees
|
5ce2515fb6
|
handle non-list to nth()
|
2020-03-20 12:36:31 -04:00 |
|
ConnorSkees
|
284bc8ea6d
|
Implement builtin function list-separator()
|
2020-03-20 12:32:33 -04:00 |
|
ConnorSkees
|
dd1c1e5b06
|
implement builtin function nth
|
2020-03-20 12:09:08 -04:00 |
|
ConnorSkees
|
fb84361fae
|
parse comma separated lists (somewhat) properly
|
2020-03-20 10:59:16 -04:00 |
|