Skip to content

Operators Reference

The lexer recognizes:

+ - * / %
= == !=
> >= < <=

The parser assigns these operators their appropriate precedence.

Runtime evaluation for several operators is still under development.