Commit Graph

22 Commits

Author SHA1 Message Date
4d59fc2987 Move patterns into a module 2025-04-01 14:05:10 -04:00
38d6189d43 Further support for .dylib files on mac by changing syntax for library
imports to `use -lfoo` instead of `use foo.so`
2025-03-30 15:41:37 -04:00
904917a2bd Update comments 2025-03-11 18:30:42 -04:00
de0e565d00 Fixes for integer truncation 2025-03-11 18:02:13 -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
294b712e6d Don't use '$' prefix for field names 2025-03-11 13:18:30 -04:00
a6d48e46c1 Fixes for examples 2025-03-10 13:42:57 -04:00
32da3a3226 Add a _ prefix on variables so it's easier to debug in GDB 2025-02-04 14:16:06 -05:00
c60ea2079f Fix up examples 2025-01-12 16:54:37 -05:00
0df908f55f Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
efb7be5bc4 Fix up examples to no longer use '&' 2024-10-27 20:49:03 -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
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
eb47f61450 Add Makefile 2024-09-08 20:34:26 -04:00
ba3413a9c9 Center player 2024-09-08 20:26:33 -04:00
f33b7048d7 Turn into map 2024-09-08 20:25:06 -04:00
9f7f4eb858 Take map as a CLI parameter 2024-09-08 19:53:28 -04:00
c2f0b7bb95 Update docs 2024-09-08 19:50:38 -04:00
a7ae25ec08 Add example game using raylib 2024-09-08 19:49:47 -04:00