|
8ee23054bf
|
Update Inline C syntax and documentation/tests
|
2024-09-15 17:34:34 -04:00 |
|
|
835eb7e896
|
Add optional:or_exit(...)
|
2024-09-15 16:42:42 -04:00 |
|
|
fb37b0ee42
|
Fix up if var := ...: in ternary expressions and optional checking
logic
|
2024-09-15 16:29:45 -04:00 |
|
|
e422079fcc
|
Add a Byte datatype
|
2024-09-15 15:33:47 -04:00 |
|
|
c455e7b67d
|
Rename builtins/ -> stdlib/
|
2024-09-13 20:18:08 -04:00 |
|
|
34c562e88e
|
Move cord helper functions into their own file
|
2024-09-13 14:23:24 -04:00 |
|
|
da9cc93c46
|
Make functions print with func name(...)->... [file:line] info
|
2024-09-12 23:41:32 -04:00 |
|
|
46a2aa2ffc
|
Fix up comprehensions so set comprehensions work and everything is a bit
more clean
|
2024-09-12 14:27:13 -04:00 |
|
|
990846debb
|
Add enum scoping to arrya/set/table literals
|
2024-09-12 13:11:03 -04:00 |
|
|
56a4d13975
|
Automatic promotion to single-argument enum tags with a unique type
|
2024-09-12 13:05:08 -04:00 |
|
|
1d05704fdd
|
Use CString literals as constant values
|
2024-09-12 02:18:05 -04:00 |
|
|
327d466b95
|
Table:get() now uses optional values instead of default or failure modes
|
2024-09-12 00:55:43 -04:00 |
|
|
fa7e52787f
|
Add postfix ! operator for optionals
|
2024-09-12 00:13:53 -04:00 |
|
|
8e300312a0
|
Change check_optional -> check_null
|
2024-09-11 23:55:49 -04:00 |
|
|
c034175ae1
|
Add optional:or_else(fallback) and optional:or_fail(message)
|
2024-09-11 23:17:03 -04:00 |
|
|
cfef667a89
|
Fix optional integer promotion
|
2024-09-11 23:13:41 -04:00 |
|
|
0f7cf28af1
|
Fix threads and integers
|
2024-09-11 22:50:03 -04:00 |
|
|
3443edf760
|
Use optionals for iterators
|
2024-09-11 22:28:43 -04:00 |
|
|
6723ea46c2
|
Bugfix big int literals
|
2024-09-11 15:03:39 -04:00 |
|
|
db0d5a1c20
|
Change *:from_text() methods to return optional values and set up CLI
parsing to use that approach
|
2024-09-11 14:53:48 -04:00 |
|
|
0b5bb32912
|
Fix optional bools
|
2024-09-11 14:18:01 -04:00 |
|
|
273e2f995f
|
Rename channel_t -> Channel_t for consistency
|
2024-09-11 13:57:21 -04:00 |
|
|
75fbaa79bc
|
Rename closure_t -> Closure_t for consistency
|
2024-09-11 13:56:39 -04:00 |
|
|
b0b23acf88
|
Rename "Nil"->"Null" for consistency
|
2024-09-11 13:55:41 -04:00 |
|
|
02930b84f8
|
Optionals for threads
|
2024-09-11 12:56:16 -04:00 |
|
|
908673c9d9
|
Optional channels (plus fixed some channel bugs)
|
2024-09-11 12:50:46 -04:00 |
|
|
30d39378c7
|
Optional C Strings
|
2024-09-11 12:39:56 -04:00 |
|
|
210179ee67
|
Optional enums (deprecated custom tag values)
|
2024-09-11 12:29:48 -04:00 |
|
|
dee3742b48
|
Optional structs
|
2024-09-11 12:01:17 -04:00 |
|
|
bba9f1b141
|
Optional fixed-size ints
|
2024-09-11 11:08:15 -04:00 |
|
|
0ca48c98e8
|
Support conditionals for tables/arrays/sets
|
2024-09-11 01:51:16 -04:00 |
|
|
989dc3f442
|
Support if x := blah: ...
|
2024-09-11 01:48:15 -04:00 |
|
|
7126755275
|
Add optional types
|
2024-09-11 01:31:31 -04:00 |
|
|
23de8e1f5a
|
Fix up some stuff with path escaping
|
2024-09-09 16:54:08 -04:00 |
|
|
8e27f0e796
|
remove debug code
|
2024-09-09 16:09:13 -04:00 |
|
|
013fbe22e0
|
Clean up CLI path arrays
|
2024-09-09 14:55:04 -04:00 |
|
|
6ea6aadd96
|
Correctly clean up CLI args that are paths
|
2024-09-09 14:48:33 -04:00 |
|
|
a306f94557
|
Add mktemp functionality
|
2024-09-09 02:43:15 -04:00 |
|
|
13a9304dec
|
Initial working version
|
2024-09-09 00:22:12 -04:00 |
|
|
711afee405
|
Fix non-base10 integer literals
|
2024-09-08 22:12:13 -04:00 |
|
|
a4fff5cb49
|
Bugfix for default arguments not supporting enclosing types
|
2024-09-08 21:55:15 -04:00 |
|
|
aeed1992e9
|
Fix nearly every GCC warning and add __attribute__((pure/const)) where
appropriate
|
2024-09-08 17:17:15 -04:00 |
|
|
3f16e95127
|
USAGE and HELP need an underscore prefix so they're not imported into
other files. Also fixed up dependency tool so it works good now
|
2024-09-07 00:26:30 -04:00 |
|
|
6cc5562791
|
Support using text in conditionals
|
2024-09-06 23:01:31 -04:00 |
|
|
11fa4f548c
|
Support 'when' statements as expressions
|
2024-09-06 14:15:55 -04:00 |
|
|
4b352f89a3
|
Add Shell dsl type
|
2024-09-06 11:37:33 -04:00 |
|
|
c075deeab4
|
Actual fix for incref issue
|
2024-09-06 04:14:50 -04:00 |
|
|
dc7ee868a6
|
Speculative fix for some incref issues
|
2024-09-06 04:11:00 -04:00 |
|
|
e47c45a93b
|
Bugfix for "":join(table.keys)
|
2024-09-06 03:46:35 -04:00 |
|
|
3444d1652d
|
Add comment
|
2024-09-05 15:44:49 -04:00 |
|