|
88b313a21e
|
Add Stream fromString
|
2021-02-17 10:35:04 -07:00 |
|
|
ace37b7595
|
arrow lambdas
|
2021-02-17 09:33:27 -07:00 |
|
|
aa0f6d29c1
|
Fix Reader errors
|
2021-01-25 20:02:36 -07:00 |
|
|
5fa7c1bc39
|
fix Main
|
2021-01-25 19:06:36 -07:00 |
|
|
c35be6a23b
|
String interpolation
|
2021-01-24 18:26:19 -07:00 |
|
|
bce35bc6c0
|
raw strings
|
2021-01-24 17:25:15 -07:00 |
|
|
b973158777
|
standardize reader errors
|
2021-01-24 17:24:58 -07:00 |
|
|
fa015c6542
|
format alias map literal better
|
2021-01-24 17:24:32 -07:00 |
|
|
958d1b008f
|
buildAll() builder macro
|
2021-01-24 12:12:14 -07:00 |
|
|
d54297c373
|
make all numbers truthy
|
2021-01-24 11:53:58 -07:00 |
|
|
9cf520bd3a
|
Make Prelude.print dynamic
|
2021-01-24 11:43:22 -07:00 |
|
|
96c16c89b3
|
Kiss-Vscode can compile and load a Config.kiss
|
2021-01-17 20:17:18 -07:00 |
|
|
9d6325352c
|
Fix a reader error format
|
2021-01-17 19:34:37 -07:00 |
|
|
02cc0eae49
|
Print error messages to stderr, not stdout
|
2021-01-17 19:03:45 -07:00 |
|
|
6cde635741
|
Implement Kiss-VSCode in Kiss
|
2021-01-17 14:02:35 -07:00 |
|
|
4fa26c0b9b
|
whenLet, unlessLet
|
2021-01-16 21:38:45 -07:00 |
|
|
5be8276c42
|
ifLet
|
2021-01-16 21:38:45 -07:00 |
|
|
a0a42e7ffd
|
DRY bindingList() extractor
|
2021-01-16 21:38:45 -07:00 |
|
|
b5a098e587
|
Convert most withPosOf() usage
|
2021-01-16 21:38:45 -07:00 |
|
|
9cc9407db6
|
helper for clean expression building
|
2021-01-16 21:38:45 -07:00 |
|
|
a473536d17
|
awaitLet
|
2021-01-09 15:42:00 -07:00 |
|
|
4352bcf2f4
|
arithmetic assignment
|
2021-01-04 13:02:50 -07:00 |
|
|
7308c33dca
|
fix % and ^ on floats
|
2021-01-04 13:02:24 -07:00 |
|
|
ef496a5128
|
Fix (or) bug introduced by 95fa5e5a122611f267981efb908b97cc87170675
|
2021-01-04 12:17:32 -07:00 |
|
|
fe0a85cbb2
|
Standardized reader nextToken() error
|
2021-01-04 09:17:58 -07:00 |
|
|
8cd91d19ab
|
Invalid symbol error
|
2021-01-04 09:17:12 -07:00 |
|
|
8e96bc5288
|
Arg num checks for and/or/not
|
2021-01-04 09:03:44 -07:00 |
|
|
a2555dc0c1
|
Nested (or) in (case) patterns
|
2021-01-04 09:02:06 -07:00 |
|
|
10e514e1e0
|
Spec for better (or) handling in (case)
|
2021-01-04 08:45:24 -07:00 |
|
|
f21b4378f6
|
Allow case guards, |
|
2021-01-03 17:51:31 -07:00 |
|
|
2e2e862f8a
|
Fix order of modifiers in error message call form for defvar/defun/etc.
|
2021-01-02 20:03:18 -07:00 |
|
|
b96da3ddba
|
More types of function meta
|
2021-01-02 19:42:03 -07:00 |
|
|
f84b07f22f
|
Allow void return statements
|
2021-01-02 19:33:19 -07:00 |
|
|
73e4822adc
|
Better (load) call error checking
|
2020-12-31 17:46:51 -07:00 |
|
|
d91d15c102
|
fix (load) bug
|
2020-12-31 17:09:30 -07:00 |
|
|
29f6f0ae0b
|
separate call and ident aliases
|
2020-12-31 15:48:58 -07:00 |
|
|
880167b2ee
|
Test macro with logic
|
2020-12-31 15:09:05 -07:00 |
|
|
de3577eb85
|
defmacro
|
2020-12-31 14:05:46 -07:00 |
|
|
186024a5ff
|
Better runAtCompileTime() debug output
|
2020-12-31 14:03:30 -07:00 |
|
|
e66f2a442f
|
Better exception stack printing
|
2020-12-31 13:48:27 -07:00 |
|
|
404780e89e
|
Don't double-expand macros
|
2020-12-30 19:44:46 -07:00 |
|
|
0a949b825b
|
Refactor the compiler try/catch into a function
|
2020-12-30 15:47:18 -07:00 |
|
|
048d9a6bc7
|
Fix startOfLine reader macros
|
2020-12-13 16:45:22 -07:00 |
|
|
0e54974f58
|
Start of line reader macros
|
2020-12-13 13:42:19 -07:00 |
|
|
f2013695f3
|
Solve AOC Day 10 part 2
|
2020-12-11 22:26:07 -07:00 |
|
|
408e6745ef
|
More convenient sort function
|
2020-12-11 21:35:59 -07:00 |
|
|
c7c2fb4709
|
pairs, memoize
|
2020-12-11 19:58:21 -07:00 |
|
|
e07fdc1665
|
Pass EmbeddedScript commands the script instance
|
2020-12-11 19:58:21 -07:00 |
|
|
8108235d61
|
Get the hyphens out of dict specforms
|
2020-12-10 18:43:24 -07:00 |
|
|
da7235ee51
|
Don't load files twice
|
2020-12-10 12:38:33 -07:00 |
|