Commit Graph

539 Commits

Author SHA1 Message Date
cde8b3b7be Allow macros to define more than one field 2021-04-02 12:32:58 -06:00
82fe5624e9 Better error message for non-field forms at top level 2021-04-02 11:18:46 -06:00
f64393a161 Kiss VSCode runtime Kiss evaluation 2021-03-18 16:20:09 -06:00
188c78073d Allow &meta and :Void to co-exist 2021-03-17 11:44:20 -06:00
ca206ccc7e Void function support 2021-03-17 11:15:12 -06:00
e700dd8049 allow line-by-line repl mode 2021-03-14 18:09:37 -06:00
649b5066cb CLI converts stdin -> kiss expressions -> Haxe -> Stdout 2021-03-14 11:55:02 -06:00
52a8bb09d2 Add Stream fromString 2021-02-17 10:35:04 -07:00
9fac23bcd0 arrow lambdas 2021-02-17 09:33:27 -07:00
0dcd6bf95d Fix Reader errors 2021-01-25 20:02:36 -07:00
a0e2f46ada fix Main 2021-01-25 19:06:36 -07:00
2c039cc485 String interpolation 2021-01-24 18:26:19 -07:00
9dd9c2d13d raw strings 2021-01-24 17:25:15 -07:00
48a7fb4f73 standardize reader errors 2021-01-24 17:24:58 -07:00
0f0cbe4f25 format alias map literal better 2021-01-24 17:24:32 -07:00
832f925594 buildAll() builder macro 2021-01-24 12:12:14 -07:00
f02e596d24 make all numbers truthy 2021-01-24 11:53:58 -07:00
546dc697b2 Make Prelude.print dynamic 2021-01-24 11:43:22 -07:00
228d91f8e7 Kiss-Vscode can compile and load a Config.kiss 2021-01-17 20:17:18 -07:00
6c901ba943 Fix a reader error format 2021-01-17 19:34:37 -07:00
aa2ff67d59 Print error messages to stderr, not stdout 2021-01-17 19:03:45 -07:00
5a669fc9ea Implement Kiss-VSCode in Kiss 2021-01-17 14:02:35 -07:00
aca74f3589 whenLet, unlessLet 2021-01-16 21:38:45 -07:00
6a297bfcac ifLet 2021-01-16 21:38:45 -07:00
a421bdd011 DRY bindingList() extractor 2021-01-16 21:38:45 -07:00
09ee5b4b23 Convert most withPosOf() usage 2021-01-16 21:38:45 -07:00
66aaa3a9bb helper for clean expression building 2021-01-16 21:38:45 -07:00
73111745cd awaitLet 2021-01-09 15:42:00 -07:00
0c3427cf84 arithmetic assignment 2021-01-04 13:02:50 -07:00
3e81f23028 fix % and ^ on floats 2021-01-04 13:02:24 -07:00
538d6cc206 Fix (or) bug introduced by 95fa5e5a12 2021-01-04 12:17:32 -07:00
7f708fbde9 Standardized reader nextToken() error 2021-01-04 09:17:58 -07:00
10fab0456c Invalid symbol error 2021-01-04 09:17:12 -07:00
eff6a5e62e Arg num checks for and/or/not 2021-01-04 09:03:44 -07:00
95fa5e5a12 Nested (or) in (case) patterns 2021-01-04 09:02:06 -07:00
79a68ec233 Spec for better (or) handling in (case) 2021-01-04 08:45:24 -07:00
1f0ea932e8 Allow case guards, | 2021-01-03 17:51:31 -07:00
332b38314e Fix order of modifiers in error message call form for defvar/defun/etc. 2021-01-02 20:03:18 -07:00
030a847259 More types of function meta 2021-01-02 19:42:03 -07:00
d2ebe20f79 Allow void return statements 2021-01-02 19:33:19 -07:00
5dd47261da Better (load) call error checking 2020-12-31 17:46:51 -07:00
cc84067b36 fix (load) bug 2020-12-31 17:09:30 -07:00
8fc512d511 separate call and ident aliases 2020-12-31 15:48:58 -07:00
1a84724979 Test macro with logic 2020-12-31 15:09:05 -07:00
9bc0ed2011 defmacro 2020-12-31 14:05:46 -07:00
0585185429 Better runAtCompileTime() debug output 2020-12-31 14:03:30 -07:00
50b4cb276e Better exception stack printing 2020-12-31 13:48:27 -07:00
43ddc2daa5 Don't double-expand macros 2020-12-30 19:44:46 -07:00
37998a8495 Refactor the compiler try/catch into a function 2020-12-30 15:47:18 -07:00
e9f7fe465f Fix startOfLine reader macros 2020-12-13 16:45:22 -07:00