Update README

This commit is contained in:
Bruce Hill 2024-09-15 17:36:03 -04:00
parent f5aa0d6804
commit 3d1a102a8d

View File

@ -62,12 +62,11 @@ of many language features or the other example programs/modules in
## User-friendliness
- [String interpolation](docs/text.md) and debug printing builtins
- Docstring tests with syntax highlighted output
- Full-featured [libraries/modules](docs/libraries.md)
- [Full UTF8 support](docs/text.md) for all text operations
- Built-in doctests with syntax highlighting
- [Automatic command line argument parsing with type safety](docs/command-line-parsing.md)
- Easy interoperability with C
- [Easy interoperability with C](docs/c-interoperability.md)
## Dependencies