tomo/examples
2025-03-11 18:30:42 -04:00
..
base64 Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
colorful Add a few colorful escapes 2025-03-11 00:45:52 -04:00
game Update comments 2025-03-11 18:30:42 -04:00
http Use defer in http module 2025-02-04 15:32:01 -05:00
ini Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
log Support iterating over pointers to collections again 2024-11-09 17:54:32 -05:00
threads Don't use '$' prefix for field names 2025-03-11 13:18:30 -04:00
tomo-install Rename "NONE" to "none" 2024-12-07 16:04:25 -05:00
tomodeps Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
vectors Add some vector methods 2025-03-10 16:02:16 -04:00
wrap Change lang.text_content to lang.text 2025-03-01 16:53:58 -05:00
learnxiny.tm Fix learnxiny 2025-02-21 14:56:48 -05: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.