Commit Graph

889 Commits

Author SHA1 Message Date
62c8396ea5 Stream.peekLine() 2025-08-07 18:18:25 -05:00
6085697914 extractOpt 2025-08-07 18:18:10 -05:00
c0ab63cdb0 Fix bug for &opt args in defMacro 2025-07-30 17:20:14 -05:00
bca1dfd8c6 try to fix fossilBuild on github actions 2025-07-30 14:18:12 -05:00
926948498e Fix redefineWithObjectArgs changing access of original 2025-07-29 16:40:25 -05:00
1d4219a87d fix form example for localVar 2025-06-16 15:16:37 -05:00
e7b4cb0590 shellExecute print the error 2025-06-16 10:45:06 -05:00
07a09f8f98 shellExecute() return output 2025-06-16 10:10:07 -05:00
a9129952f3 new-express-project add a systemd unit 2025-05-27 16:44:01 -05:00
5cbd17bf55 redefineWithObjectArgs allow changing access public/private 2025-03-12 11:01:14 -05:00
67cdf396b5 Don't warn that ++, -- exps are unused 2025-03-12 09:44:57 -05:00
50845be826 try install libreadline-dev for lua CI 2025-02-13 09:18:47 -06:00
bb18997606 refactor ExpBuilder to be a class, not anonymous object 2025-02-13 09:15:41 -06:00
fb34feb610 pass kissFile to macro bodies 2025-02-03 14:09:58 -06:00
91b1fc7b32 print awaitLet error message 2025-02-03 13:01:07 -06:00
404c15d684 compile-guard some ExpBuilder functions 2025-02-03 10:43:42 -06:00
b7722a6dbb removeTypeAnnotations support listeater expressions 2025-02-03 10:37:17 -06:00
35b1dffc09 fix new-firefox-project 2025-02-02 17:59:54 -06:00
936526f83d new-express-project fail before taking input 2025-02-02 17:52:46 -06:00
7e1e64e5b3 fix new-express-project 2025-02-02 17:49:49 -06:00
95f9d93069 kiss main find libs relative to kiss 2025-02-02 17:39:35 -06:00
247b32838d fix new-project command 2025-01-25 15:02:36 -06:00
877b965812 make _zip public 2024-12-23 18:22:07 -06:00
e36fb991c6 optional BraceExp ReaderExpDef 2024-12-23 17:30:35 -06:00
22c8ce4247 move Helpers.argList to Prelude 2024-12-12 20:54:48 -06:00
35471dc318 fix some calls of readAndProcess 2024-12-12 20:54:39 -06:00
8597cc0de9 Stream.putBackString() revert tabs at start of line 2024-12-12 20:04:47 -06:00
2e0991d2d2 dropOneOf and takeOneOf 2024-12-12 14:39:46 -06:00
4ddf68e3db error when dropping negative characters 2024-12-12 14:17:25 -06:00
a54a5a0e15 Stream.linePrefix 2024-12-12 13:58:52 -06:00
38773bc700 move bindingList() definition to Prelude 2024-12-11 11:07:02 -06:00
8e3bb78829 Stream track current tab depth 2024-12-11 10:53:02 -06:00
6ec40da338 pass the original ReaderExp code to process() 2024-12-11 10:11:51 -06:00
da26e94c59 Restore readAndProcess() synchronousness 2024-12-11 09:59:07 -06:00
e09993ea78 readAndProcessCC 2024-12-10 20:51:19 -06:00
1ae2eaa3c5 tryDropUntil 2024-12-10 20:33:33 -06:00
70464e4bce Make previous changes more compiler-safe 2024-12-10 20:02:51 -06:00
4a457f57a7 Make Reader not rely on KissState specifically 2024-12-10 19:54:27 -06:00
abdbc976e1 remove Kiss.exp() which has been useless 2024-12-10 17:31:42 -06:00
97df54c84f fix the test case & identify the problem 2024-12-06 14:41:33 -06:00
5d0fce9298 failing test case for reader macros 2024-12-06 14:15:57 -06:00
a1cdf75140 fuzzyGet to get bestMatch and value in ifLet at the same time 2024-12-05 21:04:11 -06:00
9619563210 fix last 2024-11-30 12:34:09 -06:00
19bdd5ae00 allow -D frontend for cases where hxnodejs is accidentally included 2024-11-30 11:46:22 -06:00
2212149866 remove externPrintStr 2024-11-30 11:18:15 -06:00
a89c50293c fix ifLet 2024-11-26 18:13:20 -06:00
1563da604c faster isNull, isNotNull 2024-11-26 18:11:47 -06:00
72b76831e8 (default <var> <value>) 2024-11-26 16:41:17 -06:00
a4fbf27891 ExpBuilder.when/unless 2024-11-26 16:40:28 -06:00
f78d25233a Refactor the almighty ExpBuilder into its own file 2024-11-26 16:14:50 -06:00