a bunch of grammar fixes

This commit is contained in:
Francesco Cozzuto
2022-08-17 23:58:28 +02:00
parent 7e0144faa3
commit 71e8a9e4cb
14 changed files with 42 additions and 75 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Noja is a high level programming language implemented as a learning exercise. St
The use-cases of Noja are the same as Python since their abstraction level is comparable. The syntax is more similar to the C-family of languages though (curly brackets to denote scope).
## A Noja program
A Noja program is a sequence of statements separated by semi-colons (with some exceptions). The statements can be o various kinds:
A Noja program is a sequence of statements separated by semi-colons (with some exceptions). The statements can be of various kinds:
* expressions
* function definitions
* if-else branches