aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-07 18:14:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-07 18:14:20 -0400
commit3efd7d9cfbd330ebb45f39648ee96a3e429a06f9 (patch)
tree29acb9e2b2370bd155fed24fba79d01b553a24f3 /examples/README.md
parent15fabfb9be3e3620e4b96983a49017116cea40e2 (diff)
Move core libraries into their own folder
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/README.md b/examples/README.md
index 6dbd50df..fc7d9406 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -5,6 +5,7 @@ This folder contains some example programs and libraries.
## Example Programs
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
+ style of [learnxinyminutes.com](https://learnxinyminutes.com/).
- [game](game/): An example game using raylib.
- [http-server](http-server/): A multithreaded HTTP server.
- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
@@ -14,19 +15,10 @@ This folder contains some example programs and libraries.
Libraries can be installed with `tomo -IL ./library-folder`
-- [base64](base64/): A base64 encoding/decoding library.
- [colorful](colorful/): A DSL useful for rendering terminal colors.
- [commands](commands/): A library for running commands.
-- [core](core/): Bundling up commonly used libraries into a single library.
- [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/): A logging utility.
-- [patterns](patterns/): Pattern matching for text.
-- [pthreads](pthreads/): A POSIX threads library.
-- [random](random/): Pseudorandom number generators.
-- [shell](shell/): A DSL for running shell commands.
-- [time](time/): A module for working with dates and times.
- [vectors](vectors/): A math vector library.
-- [uuid](uuid/): A universally unique identifier library.
- [wrap](wrap/): A command-line program to wrap text.