diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-02 22:50:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-02 22:50:18 -0400 |
| commit | e476799ab7d0e26256ac9be25888e963dc0928a0 (patch) | |
| tree | 75ad3ade720e57d74c984a19bfdb1ff05aeee75a /examples/README.md | |
| parent | aa6992613087f227df8f823e8ee41761c386840e (diff) | |
Move coroutines into examples folder due to compatibility issues on some
platforms/compilers
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md index 38dc974b..2b5f81fa 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,6 +17,7 @@ This folder contains some example programs and libraries. Libraries can be installed with `tomo -IL ./library-folder` - [colorful](colorful/): A DSL useful for rendering terminal colors. +- [coroutines](coroutines/): A library for stackful coroutines similar to Lua's. (Note: only works on x86_64) - [http](http/): An HTTP library to make basic synchronous HTTP requests. - [ini](ini/): An INI configuration file reader tool. - [log](log/): A logging utility. |
