update readme

This commit is contained in:
prod2 2022-12-03 20:11:45 +01:00
parent 09a66b7306
commit 50b1c53278
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ 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] 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/] folder is not enough, the following folders in the source tree, will have more examples:
- benchmarks/
- examples/
@ -20,7 +20,7 @@ If the [[docs/]] folder is not enough, the following folders in the source tree,
## Building
Requirements:
- nim (1.6.8 tested) and nimble (recommended way to install is choosenim)
- nim (1.6.10 tested) and nimble (recommended way to install is choosenim)
- c compiler (gcc tested)
The 4 steps to a REPL: