tomo/examples
2024-11-09 17:54:32 -05:00
..
base64 Rename from_text() to parse() 2024-11-09 15:11:11 -05:00
game Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
http Deprecate bit-width integer/num literals in favor of using type 2024-11-05 15:18:32 -05:00
ini Make the compiler stricter about not promoting local value variables to 2024-11-09 17:26:01 -05:00
log Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
tomodeps Make the compiler stricter about not promoting local value variables to 2024-11-09 17:26:01 -05:00
vectors Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
wrap Make the compiler stricter about not promoting local value variables to 2024-11-09 17:26:01 -05:00
learnxiny.tm Change function syntax from func(args)->ret to func(args -> ret) 2024-10-09 13:26:28 -04:00
README.md Add base64 lib 2024-11-04 01:33:54 -05:00

Example Programs

  • base64: A base64 encoding/decoding library.
  • game: An example game using raylib.
  • http: An HTTP library to make basic synchronous HTTP requests.
  • ini: An INI configuration file reader tool.
  • learnxiny.tm: A quick overview of language features in the style of learnxinyminutes.com.
  • log: A logging utility.
  • vectors: A math vector library.
  • wrap: A command-line program to wrap text.