mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
[ABNF] Add a clarification to the documentation.
No grammar change in this commit.
This commit is contained in:
parent
ca3ae89a3e
commit
3f6b17646c
@ -59,7 +59,7 @@
|
|||||||
; usable as last resort in the definiens of a nonterminal.
|
; usable as last resort in the definiens of a nonterminal.
|
||||||
|
|
||||||
; While BNF allows arbitrary terminals,
|
; While BNF allows arbitrary terminals,
|
||||||
; ABNF uses only natural numbers as terminals,
|
; ABNF uses only natural numbers (i.e. non-negative integers) as terminals,
|
||||||
; and denotes them via:
|
; and denotes them via:
|
||||||
; (i) binary, decimal, or hexadecimal sequences,
|
; (i) binary, decimal, or hexadecimal sequences,
|
||||||
; e.g. `%b1.11.1010`, `%d1.3.10`, and `%x.1.3.A`
|
; e.g. `%b1.11.1010`, `%d1.3.10`, and `%x.1.3.A`
|
||||||
|
Loading…
Reference in New Issue
Block a user