Commit graph

3 commits

Author SHA1 Message Date
Micke Nordin
ed7378090b
Add pass1 parser 2022-06-08 10:58:01 +02:00
Micke Nordin
8cd72a3aec
Start of parser 2022-06-07 16:18:58 +02:00
Micke Nordin
9b1ff4c361
Start of minion programming language
The lexer can tokenize:
* variable declarations
* assignment to variables
* function declarations
* function calls
* while loop
* if statement

minion is strongly typed and all variables MUST have a type declarations
2022-06-07 12:01:39 +02:00