|
653b44f2cf
|
[vscode] refactor some things
|
2021-04-02 19:03:47 -06:00 |
|
|
a1c7082885
|
truthy checks shouldn't drop type info
|
2021-04-02 18:56:13 -06:00 |
|
|
72887e7b34
|
Test macro list expansion
|
2021-04-02 12:51:15 -06:00 |
|
|
1e3fe69bb4
|
Allow macros to define more than one field
|
2021-04-02 12:32:58 -06:00 |
|
|
a75dd13903
|
Better error message for non-field forms at top level
|
2021-04-02 11:18:46 -06:00 |
|
|
931d489c70
|
Kiss VSCode runtime Kiss evaluation
|
2021-03-18 16:20:09 -06:00 |
|
|
fc0030f343
|
Allow &meta and :Void to co-exist
|
2021-03-17 11:44:20 -06:00 |
|
|
96d08e5d88
|
Void function support
|
2021-03-17 11:15:12 -06:00 |
|
|
64e31cfb8b
|
allow line-by-line repl mode
|
2021-03-14 18:09:37 -06:00 |
|
|
bf7dffb127
|
CLI converts stdin -> kiss expressions -> Haxe -> Stdout
|
2021-03-14 11:55:02 -06:00 |
|
|
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 |
|