mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
a3c5128aba
Update docs Add {import ... from ...} Improve parsing
155 B
155 B
Operators
Math
+ - / *
Bitwize
| & << >> |= &= <<= >>=
Unary
^ ~ - !
Boolean
|| && and or < > <= >= == === !== !=
Ternar
? :