- better regex
- finish the base keywords implementation
- break
- objects
- func naming conventions
- built-in func syntaxing
test.base (take the docs version)
- base keywords implementation
- if
- else
- else-if
- while
- function (keyword)
- public
- private
- switch
- case
- return
- operators ( = + - * / % ** && || & | ! ^ << >> == < > <= >= != !< !> )