|
d0697c6a67
|
make (load) act like inserting the loaded code at that position. Close #24
|
2021-07-25 20:03:24 -06:00 |
|
|
7fa4c3f74a
|
use defNew instead of defnew
|
2021-07-24 15:08:08 -06:00 |
|
|
aa12c42611
|
defnew -> defNew
|
2021-07-24 14:41:54 -06:00 |
|
|
7d6778a8ba
|
more name changing
|
2021-07-24 14:40:55 -06:00 |
|
|
5d43feb97b
|
Completely change naming conventions of field forms and definition macros. Close #32
|
2021-07-24 14:22:10 -06:00 |
|
|
016474e893
|
rename and deprecate field forms for #32
|
2021-07-24 13:00:05 -06:00 |
|
|
28fb1cbd0a
|
rename deflocal localVar
|
2021-07-24 12:53:27 -06:00 |
|
|
c07743d1be
|
deprecation functions. Close #31
|
2021-07-24 12:53:16 -06:00 |
|
|
42f2661e4d
|
fix enumerate test error for js
|
2021-07-24 12:38:57 -06:00 |
|
|
b02e1f34cc
|
enumerate. Close #28
|
2021-07-24 12:22:20 -06:00 |
|
|
d5208545fe
|
Make zip functions (and joinPath, concat) compatible with apply. Close #19
|
2021-07-24 12:03:49 -06:00 |
|
|
bbc858b9b1
|
make (range) return an Iterable & Iterator
|
2021-07-24 12:03:49 -06:00 |
|
|
b16d6395dd
|
new-project prompt for required attributes first
|
2021-07-23 17:34:23 -06:00 |
|
|
2bcaf1db9b
|
Put new-project output in working directory. Close #22
|
2021-07-23 17:34:05 -06:00 |
|
|
f8c5b7649b
|
new-project add default URL, trim tags, allow multiple comma-separated authors
|
2021-07-23 17:12:46 -06:00 |
|
|
f4e6f6a8f2
|
update URLs to forget hissvn organization
|
2021-07-23 17:12:01 -06:00 |
|
|
1e80fa35b5
|
Variadic joinPath. Close #20
|
2021-07-23 14:58:36 -06:00 |
|
|
9dd3016091
|
added as keyword for case. close #29
|
2021-07-22 18:20:28 -06:00 |
|
|
a15bfe7da3
|
undefmacro
|
2021-07-22 16:36:30 -06:00 |
|
|
b54073fa32
|
undefalias
|
2021-07-22 16:32:33 -06:00 |
|
|
e52ed1abd1
|
undefreadermacro
|
2021-07-22 16:11:41 -06:00 |
|
|
7739c6fd28
|
Rough implementation of list-eater pattern matching. Close #1
|
2021-07-22 15:58:21 -06:00 |
|
|
19b452309b
|
variadic concat. Close #18
|
2021-07-22 13:55:47 -06:00 |
|
|
b9041ccff8
|
make sure underlying C# clone error will fail loudly next time
|
2021-07-20 17:24:45 -06:00 |
|
|
5dfb830059
|
fix C# fork() error
|
2021-07-20 16:41:08 -06:00 |
|
|
8173839634
|
narrow down C# test error
|
2021-07-20 13:56:02 -06:00 |
|
|
790dc31333
|
run C# tests in Mono on github actions
|
2021-07-20 13:02:35 -06:00 |
|
|
727fa55ef0
|
Kiss-vscode build the example config when testing
|
2021-07-19 15:10:13 -06:00 |
|
|
4850da5cab
|
Clean up some trace() calls
|
2021-07-19 15:09:45 -06:00 |
|
|
028bc319b7
|
fix conditional compilation test for C#
|
2021-07-16 16:30:28 -06:00 |
|
|
45c6098a98
|
allow C# test failures
|
2021-07-16 16:30:09 -06:00 |
|
|
eb0d639d1f
|
run tests on C# (expecting them to fail CI)
|
2021-07-16 16:02:29 -06:00 |
|
|
69528f87b4
|
fix formatting
|
2021-07-14 12:24:00 -06:00 |
|
|
2f75100db9
|
fix zip error
|
2021-07-13 18:32:09 -06:00 |
|
|
fb83821d14
|
WIP overhaul operand and variadic functions
|
2021-07-13 18:29:11 -06:00 |
|
|
088f27dbb5
|
more expBuilder simplification
|
2021-07-12 20:42:14 -06:00 |
|
|
4f6a45a1b9
|
Close #5
|
2021-07-12 20:33:54 -06:00 |
|
|
e397860893
|
&body macro arguments. Close #7
|
2021-07-12 20:08:12 -06:00 |
|
|
fb6ad7f636
|
add compiler warnings
|
2021-07-12 20:06:56 -06:00 |
|
|
c29ea24397
|
fix ,@ error message
|
2021-07-12 20:00:39 -06:00 |
|
|
adf2b952f2
|
conditionally compile aoc solutions
|
2021-07-12 19:15:51 -06:00 |
|
|
1134b50caf
|
refactoring aoc
|
2021-07-12 18:41:39 -06:00 |
|
|
dacdaccd8e
|
#python not #py
|
2021-07-12 17:45:06 -06:00 |
|
|
3e4a1b2903
|
fix \#cond test
|
2021-07-12 17:41:11 -06:00 |
|
|
d75f459952
|
fix github actions test error
|
2021-07-12 17:04:37 -06:00 |
|
|
add2fc86de
|
output hscript causing GH actions error
|
2021-07-12 17:01:43 -06:00 |
|
|
cfedb93f0f
|
wrap conditional compilation hscript parsing in the try-catch
|
2021-07-12 16:56:50 -06:00 |
|
|
1de8ba6bea
|
Require extraHandling for variadic zip
|
2021-07-12 16:44:37 -06:00 |
|
|
8d0273ab61
|
variadic zip. Close #9
|
2021-07-12 16:17:38 -06:00 |
|
|
0a9a53bed1
|
conditional compilation \#case
|
2021-07-12 15:22:03 -06:00 |
|