tomo/examples
2024-11-26 14:01:03 -05:00
..
base64 Clean up some more null->none renames and fix the documentation. Also 2024-11-24 16:36:27 -05:00
game Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
http Clean up some more null->none renames and fix the documentation. Also 2024-11-24 16:36:27 -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
threads Add some examples to the repo 2024-11-26 13:57:00 -05:00
tomo-install Add some examples to the repo 2024-11-26 13:57:00 -05:00
tomodeps Make the compiler stricter about not promoting local value variables to 2024-11-09 17:26:01 -05:00
vectors Switch NaN to be identical to the null value 2024-11-24 16:13:23 -05:00
wrap Make the compiler stricter about not promoting local value variables to 2024-11-09 17:26:01 -05:00
learnxiny.tm Tweak docs 2024-11-26 14:01:03 -05: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.