Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 453 Bytes

File metadata and controls

27 lines (23 loc) · 453 Bytes

TODO

  • better regex
  • finish the base keywords implementation
    • break
    • objects
    • func naming conventions
    • built-in func syntaxing

FIXME

REDO

test.base (take the docs version)

DONE

  • base keywords implementation
    • if
    • else
    • else-if
    • while
    • function (keyword)
    • public
    • private
    • switch
    • case
    • return
    • operators ( = + - * / % ** && || & | ! ^ << >> == < > <= >= != !< !> )