No description
Find a file
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
lexer.py Start of minion programming language 2022-06-07 12:01:39 +02:00
prog.mn Start of minion programming language 2022-06-07 12:01:39 +02:00