|
f5b37b223e
|
conditionally compile aoc solutions
|
2021-07-12 19:15:51 -06:00 |
|
|
22a563ae34
|
refactoring aoc
|
2021-07-12 18:41:39 -06:00 |
|
|
991f82f3ae
|
#python not #py
|
2021-07-12 17:45:06 -06:00 |
|
|
6f226450fa
|
fix \#cond test
|
2021-07-12 17:41:11 -06:00 |
|
|
27fceb2ce9
|
fix github actions test error
|
2021-07-12 17:04:37 -06:00 |
|
|
3a55608450
|
output hscript causing GH actions error
|
2021-07-12 17:01:43 -06:00 |
|
|
bbae83871d
|
wrap conditional compilation hscript parsing in the try-catch
|
2021-07-12 16:56:50 -06:00 |
|
|
34688ece62
|
Require extraHandling for variadic zip
|
2021-07-12 16:44:37 -06:00 |
|
|
0af3749975
|
variadic zip. Close #9
|
2021-07-12 16:17:38 -06:00 |
|
|
1d863d3ec9
|
conditional compilation \#case
|
2021-07-12 15:22:03 -06:00 |
|
|
c9142afe22
|
use expBuilder for assert
|
2021-07-12 13:57:03 -06:00 |
|
|
299b78f60b
|
expBuilder().callSymbol
|
2021-07-12 13:56:38 -06:00 |
|
|
8c05c35e9b
|
conditional compilation \#cond
|
2021-07-12 13:46:53 -06:00 |
|
|
a08762e189
|
cond use expBuilder()
|
2021-07-12 13:42:08 -06:00 |
|
|
3cf0d66a27
|
conditional \#when and \#unless
|
2021-07-12 13:36:40 -06:00 |
|
|
709a34ebdc
|
\#if conditional compilation macro
|
2021-07-12 13:15:06 -06:00 |
|
Angad Singh
|
befaadf2d5
|
aoc 2018 day 1
|
2021-07-12 21:32:22 +05:30 |
|
|
2d8f4cfee7
|
selectByComponents
|
2021-07-10 16:16:13 -06:00 |
|
|
1c15b2e812
|
make NAT ideas private
|
2021-07-10 15:52:12 -06:00 |
|
|
3c1b90444c
|
format fix
|
2021-07-07 12:10:57 -06:00 |
|
|
f3d4ea8411
|
[nat] removeTags, selectByTags
|
2021-06-29 14:23:36 -06:00 |
|
|
4d38915ab4
|
[nat] printComponent
|
2021-06-29 14:23:21 -06:00 |
|
|
30a98de38b
|
selectAllEntries, addTags
|
2021-06-27 23:33:49 -06:00 |
|
|
a5ec577a7d
|
make doFor return null to avoid 'variables of type Void' error
|
2021-06-27 22:41:58 -06:00 |
|
|
7fef6b9533
|
createEntries
|
2021-06-27 22:25:05 -06:00 |
|
|
c9ed27f6e9
|
adding VarText and removing text minimum length
|
2021-06-27 22:24:53 -06:00 |
|
|
39e0f51856
|
CLI chooseEntries
|
2021-06-27 19:00:35 -06:00 |
|
|
49bbbe6599
|
nat fix bugs
|
2021-06-27 18:59:59 -06:00 |
|
|
68ff8008ad
|
arrow lambdas allow single call expression
|
2021-06-27 18:58:21 -06:00 |
|
|
eb43625f34
|
NAT prompt and don't crash for errors
|
2021-06-26 21:49:54 -06:00 |
|
|
e4e152d26c
|
create and select entries
|
2021-06-26 21:42:04 -06:00 |
|
|
8d98ca136c
|
no more templates in the archive tool
|
2021-06-26 21:41:03 -06:00 |
|
|
f64faf61fd
|
macrotest throw from for loop
|
2021-06-26 19:37:19 -06:00 |
|
|
48f77765ad
|
exprCase
|
2021-06-26 19:36:45 -06:00 |
|
|
edd5ca3304
|
defcommand works for OneEntry arguments
|
2021-06-26 13:22:38 -06:00 |
|
|
30fed39d35
|
fix error when (defmethod) is used in function body
|
2021-06-26 13:03:31 -06:00 |
|
|
14d8585a62
|
bump kiss-vscode version
|
2021-06-26 11:42:14 -06:00 |
|
|
5d0d72d6ae
|
test for modular macros
|
2021-06-26 11:40:00 -06:00 |
|
|
2322668af5
|
unreserve args as keyword in macro definitions
|
2021-06-26 11:39:42 -06:00 |
|
|
c2eb26d426
|
WIP NAT runCommand and defcommand
|
2021-06-26 11:09:52 -06:00 |
|
|
0335ac0305
|
testing script for NAT CLI
|
2021-06-26 11:08:53 -06:00 |
|
|
6358a10de7
|
macrotest preserve more callstacks
|
2021-06-26 11:08:30 -06:00 |
|
|
e248249815
|
README list limitations
|
2021-06-26 11:06:11 -06:00 |
|
|
00c1665f6f
|
fix kiss-vscode multi-keystroke shortcuts
|
2021-06-25 20:37:02 -06:00 |
|
|
1602b873bc
|
WIP CLI
|
2021-06-23 17:21:03 -06:00 |
|
|
34875a277a
|
make Archive create the entry and component dirs
|
2021-06-23 17:20:21 -06:00 |
|
|
beef82f2b2
|
(reversed [list])
|
2021-06-23 17:18:07 -06:00 |
|
|
1e84c195be
|
fix regression in defun/defmethod
|
2021-06-23 13:28:45 -06:00 |
|
|
114beec3f4
|
allow defmethod without body
|
2021-06-23 13:20:02 -06:00 |
|
|
3f25b56d42
|
WIP archive controllers
|
2021-06-23 09:40:44 -06:00 |
|