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
23 lines
155 B
Markdown
23 lines
155 B
Markdown
Operators
|
|
=========
|
|
|
|
Math
|
|
|
|
`+ - / *`
|
|
|
|
Bitwize
|
|
|
|
`| & << >> |= &= <<= >>=`
|
|
|
|
Unary
|
|
|
|
`^ ~ - !`
|
|
|
|
Boolean
|
|
|
|
`|| && and or < > <= >= == === !== !=`
|
|
|
|
Ternar
|
|
|
|
`? :`
|