tomo/examples
2025-03-17 22:58:36 -04:00
..
base64 Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -04:00
colorful FIx colorful 2025-03-17 22:58:36 -04:00
commands Command.from_path() 2025-03-17 21:22:10 -04:00
game Update comments 2025-03-11 18:30:42 -04:00
http
ini Overhaul of Path so it uses root and array of components instead of 2025-03-15 14:22:11 -04:00
log
pthread Update pthreads example 2025-03-17 21:11:03 -04:00
shell Big overhaul: 2025-03-17 19:29:28 -04:00
threads Don't use '$' prefix for field names 2025-03-11 13:18:30 -04:00
tomo-install Big overhaul: 2025-03-17 19:29:28 -04:00
tomodeps Fix path issue 2025-03-17 18:36:39 -04:00
vectors Add some vector methods 2025-03-10 16:02:16 -04:00
wrap Overhaul of Path so it uses root and array of components instead of 2025-03-15 14:22:11 -04:00
learnxiny.tm Update learnxiny for enums no longer showing the type name 2025-03-17 18:35:58 -04:00
README.md Add colorful DSL 2025-03-02 00:07:54 -05:00

Example Programs

  • base64: A base64 encoding/decoding library.
  • colorful: A DSL useful for rendering terminal colors.
  • 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.