diff --git a/README.md b/README.md index 4a44c4e..31cbb21 100755 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Now, create a new text file (or choose one from the examples) and run it: `mers ## Docs -[syntax cheat sheet](docs/syntax_cheat_sheet.md) - [intro](docs/intro.md) +[syntax cheat sheet](docs/syntax_cheat_sheet.md) + [builtins](docs/builtins.md) [statements](docs/statements.md) diff --git a/docs/syntax_cheat_sheet.md b/docs/syntax_cheat_sheet.md index 85e8a19..fd650ed 100644 --- a/docs/syntax_cheat_sheet.md +++ b/docs/syntax_cheat_sheet.md @@ -10,7 +10,7 @@ - list: `[ ...]` - function: `fn()` (might change? depends on implementation of generics) - thread: `thread()` -- reference: `&` +- reference: `&` or `&(//<...>)` - enum: `EnumName()` - one of multiple types: `//`