This is a language only for demo use.
It has int
and bool
type in default(but no bool variable)
It also support definition of struct
arithmetic operation can only be '+', '-' or '==', '!='.
A statement can only be:
- a definition of a variable
- an expression
- an 'if-else'
- a return