tomo/examples
2024-09-16 14:05:32 -04:00
..
coroutine Move each example to its own folder 2024-09-15 17:50:43 -04:00
game Update Inline C syntax and documentation/tests 2024-09-15 17:34:34 -04:00
http Move each example to its own folder 2024-09-15 17:50:43 -04:00
ini Quote Patterns with "|" instead of "/" when applicable 2024-09-16 00:29:12 -04:00
log Move each example to its own folder 2024-09-15 17:50:43 -04:00
tomodeps Minor cleanup 2024-09-16 14:05:32 -04:00
vectors Move each example to its own folder 2024-09-15 17:50:43 -04:00
wrap Move each example to its own folder 2024-09-15 17:50:43 -04:00
learnxiny.tm Move learnxiny to examples 2024-09-13 00:27:46 -04:00
README.md Move each example to its own folder 2024-09-15 17:50:43 -04:00

Example Programs

  • coroutine: A library for coroutines similar to Lua's (using libaco).
  • 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.