Type Annotations

- Add type annotations: [type] statement
- Add type definitions: [[name] type], [[name] := statement]
- Add type annotations example (08)
- add Quickstart.md, reference it from README
This commit is contained in:
Mark
2023-11-21 22:10:58 +01:00
parent b6d708db3d
commit 4144d6cf71
21 changed files with 756 additions and 63 deletions

3
README.md Executable file → Normal file
View File

@@ -3,6 +3,9 @@
Mers is a high-level programming language.
It is designed to be safe (it doesn't crash at runtime) and as simple as possible.
See also:
[Quickstart](Quickstart.md),
## what makes it special
### Simplicity