|
6782cc5570
|
No more colons for blocks
|
2025-04-06 16:07:23 -04:00 |
|
|
2bb2ff871f
|
Change method calls to use foo.baz() instead of foo:baz()
|
2025-04-06 14:20:18 -04:00 |
|
|
0b8074154e
|
First working compile of refactor to add explicit typing to declarations
and support untyped empty collections and `none`s
|
2025-04-04 17:06:09 -04:00 |
|
|
904917a2bd
|
Update comments
|
2025-03-11 18:30:42 -04:00 |
|
|
1f6e586b2a
|
Support external structs with namespaced methods (also C-strings are now
`const char*` instead of `char*`)
|
2025-03-11 17:49:04 -04:00 |
|
|
a6d48e46c1
|
Fixes for examples
|
2025-03-10 13:42:57 -04:00 |
|
|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
de49bc5bb3
|
Deprecate :or_else()/:or_fail()/:or_exit() in favor of the or operator
|
2024-09-16 16:06:19 -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 |
|
|
9f7f4eb858
|
Take map as a CLI parameter
|
2024-09-08 19:53:28 -04:00 |
|
|
a7ae25ec08
|
Add example game using raylib
|
2024-09-08 19:49:47 -04:00 |
|