|
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 |
|
|
734a7f2142
|
Enhanced EmbeddedScript error messages
|
2020-12-10 12:38:21 -07:00 |
|
|
209f2c467e
|
Format imported Cloner code
|
2020-12-10 12:35:48 -07:00 |
|
|
82236b75f1
|
Refactor reader macros in AOC Day 8 pt 1
|
2020-12-09 21:46:07 -07:00 |
|
|
046798768f
|
(load [file])
|
2020-12-09 19:04:11 -07:00 |
|
|
a980f879e7
|
Fix fork() for projects that use Kiss as a haxelib
|
2020-12-09 18:34:25 -07:00 |
|
|
1e989ac79c
|
Quasiquote reader macros
|
2020-12-09 18:34:25 -07:00 |
|
|
e62a65fb57
|
Reader macros implemented in Kiss
|
2020-12-09 18:34:11 -07:00 |
|
|
cd1947a658
|
Decomissioning macro functions
|
2020-12-09 18:34:11 -07:00 |
|
|
6c6fcb23f7
|
EmbeddedScript forking
|
2020-12-09 18:34:11 -07:00 |
|
|
d31fe9f265
|
Notes on EmbeddedScript
|
2020-12-09 18:34:11 -07:00 |
|
|
3e86922fd2
|
Encapsulate EmbeddedScript variables
|
2020-12-09 18:34:11 -07:00 |
|