Update README
This commit is contained in:
parent
22b65b1c5c
commit
ceec22e117
@ -1,19 +1,31 @@
|
|||||||
# Example Programs
|
# Examples
|
||||||
|
|
||||||
|
This folder contains some example programs and libraries.
|
||||||
|
|
||||||
|
## Example Programs
|
||||||
|
|
||||||
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
|
- [learnxiny.tm](learnxiny.tm): A quick overview of language features in the
|
||||||
|
- [game](game/): An example game using raylib.
|
||||||
|
- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
|
||||||
|
- [tomo-install](tomo-install/): A library for installing Tomo dependencies.
|
||||||
|
|
||||||
|
## Example Libraries
|
||||||
|
|
||||||
|
Libraries can be installed with `tomo -IL ./library-folder`
|
||||||
|
|
||||||
- [base64](base64/): A base64 encoding/decoding library.
|
- [base64](base64/): A base64 encoding/decoding library.
|
||||||
- [colorful](colorful/): A DSL useful for rendering terminal colors.
|
- [colorful](colorful/): A DSL useful for rendering terminal colors.
|
||||||
- [commands](commands/): A library for running commands.
|
- [commands](commands/): A library for running commands.
|
||||||
- [game](game/): An example game using raylib.
|
- [core](core/): Bundling up commonly used libraries into a single library.
|
||||||
- [http](http/): An HTTP library to make basic synchronous HTTP requests.
|
- [http](http/): An HTTP library to make basic synchronous HTTP requests.
|
||||||
- [ini](ini/): An INI configuration file reader tool.
|
- [ini](ini/): An INI configuration file reader tool.
|
||||||
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
|
style of [learnxinyminutes.com](https://learnxinyminutes.com/).
|
||||||
- [log](log/): A logging utility.
|
- [log](log/): A logging utility.
|
||||||
|
- [patterns](patterns/): Pattern matching for text.
|
||||||
- [pthreads](pthreads/): A POSIX threads library.
|
- [pthreads](pthreads/): A POSIX threads library.
|
||||||
- [threads](threads/): A POSIX threads library, but with a higher level abstraction.
|
- [random](random/): Pseudorandom number generators.
|
||||||
- [time](time/): A module for working with dates and times.
|
|
||||||
- [shell](shell/): A DSL for running shell commands.
|
- [shell](shell/): A DSL for running shell commands.
|
||||||
- [tomodeps](tomodeps/): A library for finding Tomo dependencies.
|
- [time](time/): A module for working with dates and times.
|
||||||
- [tomo-install](tomo-install/): A library for installing Tomo dependencies.
|
|
||||||
- [vectors](vectors/): A math vector library.
|
- [vectors](vectors/): A math vector library.
|
||||||
|
- [uuid](uuid/): A universally unique identifier library.
|
||||||
- [wrap](wrap/): A command-line program to wrap text.
|
- [wrap](wrap/): A command-line program to wrap text.
|
||||||
|
Loading…
Reference in New Issue
Block a user