mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 16:21:45 +03:00
Merge pull request #1670 from AleoHQ/abnf-doc-fix
[ABNF] Update some documentation.
This commit is contained in:
commit
9151188803
@ -328,7 +328,7 @@ and therefore we have rules like
|
|||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
unary-expression = primary-expression
|
unary-expression = postfix-expression
|
||||||
/ "!" unary-expression
|
/ "!" unary-expression
|
||||||
/ "-" unary-expression
|
/ "-" unary-expression
|
||||||
```
|
```
|
||||||
|
@ -263,7 +263,7 @@
|
|||||||
; the relative precedence and the associativity of expression operators,
|
; the relative precedence and the associativity of expression operators,
|
||||||
; and therefore we have rules like
|
; and therefore we have rules like
|
||||||
;
|
;
|
||||||
; unary-expression = primary-expression
|
; unary-expression = postfix-expression
|
||||||
; / "!" unary-expression
|
; / "!" unary-expression
|
||||||
; / "-" unary-expression
|
; / "-" unary-expression
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user