right now it only does the parsing and builds a tree rather than interprets the tree and executes some stuff
- code comments with
//
- functions with
identifier := { ... }
- common math operators like
+
,-
,*
,/
- comparison operators like
==
,>
,<
- logical operator
||
- boolean values
true
andfalse
- strings with
"..."
- integers