Skip to content
HactarCE edited this page May 1, 2020 · 1 revision

To-Do List

FIXME

  • / division -> flooring division
  • % remainder -> modulo
  • Are bitwise ops implemented?

Implemented but not documented

  • Basic syntax
  • Unary #
  • Variables
  • Control flow
  • Directives
    • @transition

Documented but not implemented

  • Exponentiation
  • Bitwise ops
  • Boolean ops
  • Builtin functions and methods
  • Vectors

Undocumented & unimplemented

  • Tags
  • Matchers
  • More directives
    • @states
  • Patterns & masks
  • Pattern matching
  • match/case

Possible future additions

  • Helper functions
Clone this wiki locally