|
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 |
|
|
3b00aef3e4
|
Use defer in http module
|
2025-02-04 15:32:01 -05:00 |
|
|
32da3a3226
|
Add a _ prefix on variables so it's easier to debug in GDB
|
2025-02-04 14:16:06 -05:00 |
|
|
37f3e91f6c
|
Rename "NONE" to "none"
|
2024-12-07 16:04:25 -05:00 |
|
|
d4b10514fb
|
Clean up some more null->none renames and fix the documentation. Also
change the literal syntax to `NONE:T` instead of `!T`
|
2024-11-24 16:36:27 -05:00 |
|
|
b8d7eabc02
|
Deprecate bit-width integer/num literals in favor of using type
constructors
|
2024-11-05 15:18:32 -05:00 |
|
|
e3c1dd2df5
|
Add PATCH
|
2024-10-28 14:37:30 -04:00 |
|
|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
693caebcfb
|
Remove unused code
|
2024-09-18 14:03:54 -04:00 |
|
|
8b512adbbc
|
Move each example to its own folder
|
2024-09-15 17:50:43 -04:00 |
|