fixed readme?

This commit is contained in:
prod2 2022-12-03 20:14:20 +01:00
parent 50b1c53278
commit bd569c7ae2
1 changed files with 3 additions and 2 deletions

View File

@ -7,11 +7,12 @@ Nondescript is a toy programming language. Currently its compiler is being rewri
- Dynamic typing, bytecode interpreter
- Almost everything is an expression
- Syntax tries to balance sugar with consistency
See [docs/reference.md] to learn more about the language.
See [docs/reference.md](docs/reference.md) to learn more about the language.
## Examples
If the [docs/] folder is not enough, the following folders in the source tree, will have more examples:
If the [docs/](docs/) folder is not enough, the following folders in the source tree, will have more examples:
- benchmarks/
- examples/