aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-19Rename `Text.utf8_bytes` back to `Text.bytes`Bruce Hill
2024-11-09Support iterating over pointers to collections againBruce Hill
2024-11-09Make the compiler stricter about not promoting local value variables toBruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-05Fix up old-style reducersBruce Hill
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
2024-11-04Be much more permissive about using integer literals for fixed-size intsBruce Hill
2024-11-04Add base64 libBruce Hill
2024-10-28Add PATCHBruce Hill
2024-10-27Fix up examples to no longer use '&'Bruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-24Rename `from_unsafe_text` to `without_escaping`Bruce Hill
2024-09-18Remove coroutine example for nowBruce Hill
2024-09-18Remove unused codeBruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-16Minor cleanupBruce Hill
2024-09-16Fix up tomodepsBruce Hill
2024-09-16Quote Patterns with "|" instead of "/" when applicableBruce Hill
2024-09-15Don't save "" sections in INI readerBruce Hill
2024-09-15Support printing INI file without a keyBruce Hill
2024-09-15Rename fileBruce Hill
2024-09-15Move each example to its own folderBruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
2024-09-15Update examplesBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Fix up `if var := ...:` in ternary expressions and optional checkingBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-13Minor cleanupBruce Hill
2024-09-13Update help/defaultsBruce Hill
2024-09-13Move learnxiny to examplesBruce Hill
2024-09-12Fix up CString:as_text()Bruce Hill
2024-09-12Add http exampleBruce Hill
2024-09-12Added logging utilityBruce Hill
2024-09-09Improve toolBruce Hill
2024-09-09Fix up tomodeps exampleBruce Hill
2024-09-09Improve wrap example and fix it to no longer use files moduleBruce Hill
2024-09-09Fix up ini exampleBruce Hill
2024-09-09Remove example module for filesBruce Hill
2024-09-08Add MakefileBruce Hill
2024-09-08Center playerBruce Hill
2024-09-08Turn into mapBruce Hill
2024-09-08Take map as a CLI parameterBruce Hill
2024-09-08Update docsBruce Hill
2024-09-08Add example game using raylibBruce Hill
2024-09-08BugfixesBruce Hill
2024-09-08Add vector :norm()Bruce Hill
2024-09-07Use exit() moreBruce Hill
2024-09-07Use exit()Bruce Hill
2024-09-07Check for empty filesBruce Hill