aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-21 22:15:59 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-21 22:15:59 -0400
commite717f9f6aaaedf2fa0b8c6dac2aaae5bc5ad8c30 (patch)
tree84e99a5daf8ed9c8d249f9f3247aa45baf30e22f /examples
parent6412a721e61d87fd9e199bcfe40108552eec7341 (diff)
Update readme
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/examples/README.md b/examples/README.md
index f623a42d..daea049f 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,12 +1,18 @@
# Example Programs
+- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
- [base64](base64/): A base64 encoding/decoding library.
- [colorful](colorful/): A DSL useful for rendering terminal colors.
+- [commands](commands/): A library for running commands.
- [game](game/): An example game using raylib.
-- [http](http/http.tm): An HTTP library to make basic synchronous HTTP requests.
-- [ini](ini/ini.tm): An INI configuration file reader tool.
-- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
+- [http](http/): An HTTP library to make basic synchronous HTTP requests.
+- [ini](ini/): An INI configuration file reader tool.
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
-- [log](log/log.tm): A logging utility.
-- [vectors](vectors/vectors.tm): A math vector library.
-- [wrap](wrap/wrap.tm): A command-line program to wrap text.
+- [log](log/): A logging utility.
+- [pthreads](pthreads/): A POSIX threads library.
+- [threads](threads/): A POSIX threads library, but with a higher level abstraction.
+- [shell](shell/): A DSL for running shell commands.
+- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
+- [tomo-install](tomo-install/): A library for installing Tomo dependencies.
+- [vectors](vectors/): A math vector library.
+- [wrap](wrap/): A command-line program to wrap text.