mirror of
https://github.com/SymboScript/Book.git
synced 2024-11-05 21:33:59 +03:00
Update readme.md
This commit is contained in:
parent
c753cf2aca
commit
7e0d3b0640
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
| Operator/Expression | Associativity | Parser fn name | Impl |
|
||||
| -------------------------------------- | ------------- | -------------- | ---- |
|
||||
| Method calls | Left to Right | call | ❌ |
|
||||
| Function calls | Left to Right | call | ❌ |
|
||||
| Method calls, Members | Left to Right | call | ✅ |
|
||||
| Function calls | Left to Right | call | ✅ |
|
||||
| `!` `++` `--` `()` `~` | Left to Right | factor | ✅ |
|
||||
| `^` | Left to Left | power | ✅ |
|
||||
| `*` `/` `%` | Left to Right | term | ✅ |
|
||||
|
|
Loading…
Reference in a new issue