Skip to content

v1.0.0

Compare
Choose a tag to compare
@Muqsit Muqsit released this 12 Jul 06:09
· 3 commits to master since this release
  • Expressions may now return a boolean value. Consequently, constants may be assigned a boolean value, functions may accept and return a boolean value, and variables may be mapped to a boolean value.
  • Implemented comparison operators (> >= < <= <=> == != === !==) (#9) (427e2f4)
  • Implemented logical operators (! && || and or xor) (#9) (77f988c)
  • Implemented boolean functions (is_bool is_float is_finite is_infinite is_nan boolval intval floatval) (fdcb6ce)