|
588b33f916
|
(new) process symbols in the old way
|
2023-01-22 22:55:34 -07:00 |
|
|
41a8861781
|
(#symbol) macro
|
2023-01-23 01:43:36 +00:00 |
|
|
eae3865a12
|
Solve AOC day 13 part 1
|
2022-12-18 06:12:50 +00:00 |
|
|
46dccd8cdc
|
Don't print neverCase exps
|
2022-12-18 06:12:49 +00:00 |
|
|
63f52cccf5
|
Fix substring error with generics in typeCase
|
2022-12-18 06:12:46 +00:00 |
|
|
44196121f9
|
KSR reader macros for basic and reversed cards
|
2022-12-18 00:59:01 +00:00 |
|
|
cf2a152e25
|
Fix an obscure macro evaluation bug on windows
|
2022-12-18 00:16:53 +00:00 |
|
|
249d9fc787
|
Experimental typeCase macro
|
2022-12-16 02:35:46 +00:00 |
|
|
60880215fd
|
shouldn't check functions and methods in print null
|
2022-12-16 02:35:06 +00:00 |
|
|
ca0ca35f12
|
Refactor to prepare for DRY typeCase
|
2022-12-16 01:16:20 +00:00 |
|
|
159f18ec85
|
Helpers.argList allow check for empty list
|
2022-12-16 00:35:03 +00:00 |
|
|
a0d2d5e36c
|
catch a (never otherwise) bug I hadn't thought of
|
2022-12-16 00:34:10 +00:00 |
|
|
9eef562b2b
|
localFunction allow non-void-typed function definitions
|
2022-12-13 23:07:45 +00:00 |
|
|
52c25a6432
|
expect macro for reader macros
|
2022-12-11 23:24:43 +00:00 |
|
|
c1976cb420
|
Allow bool result in evalUnquotes
|
2022-12-11 23:23:59 +00:00 |
|
|
385ed61de8
|
Stream.takeUntil
|
2022-12-11 21:51:50 +00:00 |
|
|
f766f764cc
|
KissFrontEnd.dsl(). Related to #157
|
2022-12-11 21:51:01 +00:00 |
|
|
16a8156d4c
|
Allow Kiss.buildAll() to take a FrontendContext
|
2022-12-11 21:50:07 +00:00 |
|
|
e1814605d4
|
make Prelude.userHome an alias
|
2022-12-08 18:34:22 +00:00 |
|
|
f82fa8b6a4
|
fix a bug in printAll macros
|
2022-12-06 04:43:35 +00:00 |
|
|
64cee5a54c
|
Print a warning when field forms are used after a print macro. Close
|
2022-12-06 03:53:13 +00:00 |
|
|
fd3bc30844
|
AOC day 5
|
2022-12-06 02:51:28 +00:00 |
|
|
603cbee148
|
withFunctions. close #15
|
2022-12-06 01:50:59 +00:00 |
|
|
2dba2db5d7
|
withMutProperties util macro
|
2022-12-04 21:48:40 +00:00 |
|
|
df7b0726c0
|
AOC day 1
|
2022-12-01 19:03:02 +00:00 |
|
|
f4172396d3
|
fix documentation for (object...)
|
2022-11-02 23:24:15 +00:00 |
|
|
3f50851a13
|
remove .def from evalUnquotes
|
2022-11-02 23:23:34 +00:00 |
|
|
5436f617fc
|
savedVarFile
|
2022-11-02 21:55:19 +00:00 |
|
|
611959a538
|
allow pass cwd to assertProcess
|
2022-11-02 21:54:09 +00:00 |
|
|
5c26fcce6a
|
#value macro
|
2022-11-02 21:53:50 +00:00 |
|
|
6873e9b10d
|
(load) and (loadFrom) accept macro arguments
|
2022-11-02 21:43:43 +00:00 |
|
|
fcf760d72a
|
Fix loadingDirectory of KissState for pure-kiss classes
|
2022-11-02 21:39:52 +00:00 |
|
|
31a2bb31a0
|
savedVar. Close #86
|
2022-10-31 23:20:05 +00:00 |
|
|
abbcb0d0b7
|
haxe property support. close #87
|
2022-10-31 21:41:07 +00:00 |
|
|
24335eb349
|
+x perms
|
2022-10-10 02:50:02 +00:00 |
|
|
6a91ffcfb9
|
kiss-express projects smarter dts2hx handling. Close #164
|
2022-10-10 02:11:43 +00:00 |
|
|
19f5c19732
|
trying again to use Context.defined() for threading check
|
2022-10-09 19:58:53 +00:00 |
|
|
d40012af82
|
fix kiss new-project
|
2022-10-09 19:27:22 +00:00 |
|
|
4a3dd3bf9a
|
test kiss cli commands
|
2022-10-09 19:12:11 +00:00 |
|
|
b29dfed368
|
prove (#if target.threaded ...) is still broken
|
2022-10-09 18:38:34 +00:00 |
|
|
f5789abff4
|
fix CompilerToolsTestCase
|
2022-10-08 23:20:06 +00:00 |
|
|
1b99ed4069
|
Kiss template use pure-kiss Main_ class
|
2022-10-08 19:46:30 +00:00 |
|
|
94016d2c90
|
Throw error when array is passed to variadic prelude function. Close #114.
|
2022-10-06 17:57:25 +00:00 |
|
|
8e5fe8a566
|
import Option and using StringTools in pure kiss classes
|
2022-10-06 17:31:10 +00:00 |
|
|
0eed708ca6
|
(extends) and (implements) for pure-kiss classes
|
2022-10-06 17:31:09 +00:00 |
|
|
fd30e1a954
|
more helpful defNew error message
|
2022-10-06 17:31:08 +00:00 |
|
|
0c6f044e42
|
(import) and (using) for pure-kiss classes
|
2022-10-06 17:31:06 +00:00 |
|
|
fea27ed4a0
|
Make generated main functions public
|
2022-10-06 17:31:05 +00:00 |
|
|
b38b5d1b3e
|
Make KissFrontend run by default
|
2022-10-06 17:31:01 +00:00 |
|
|
3f91fde4e2
|
rearrange haxelib.jsons, .hxml files, and project.xml files
|
2022-10-06 17:30:59 +00:00 |
|