tomo/examples
2025-03-12 18:12:53 -04:00
..
base64 Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -04:00
colorful Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -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
threads Don't use '$' prefix for field names 2025-03-11 13:18:30 -04:00
tomo-install
tomodeps Rename without_escaping() -> from_text() 2025-03-12 18:12:53 -04: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.