mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
[ABNF] Tweak documentation.
This commit is contained in:
parent
566365e501
commit
7d21990db1
@ -284,7 +284,7 @@
|
||||
|
||||
; A Leo file is a finite sequence of Unicode characters,
|
||||
; represented as Unicode code points,
|
||||
; which are numbers in the range from 0 to 10FFFFh.
|
||||
; which are numbers in the range from 0 to 10FFFF.
|
||||
; These are captured by the ABNF rule `character` below.
|
||||
|
||||
; The lexical grammar defines how, at least conceptually,
|
||||
@ -423,8 +423,8 @@ keyword = %s"address"
|
||||
/ %s"u64"
|
||||
/ %s"u128"
|
||||
|
||||
; The following rules define (ASCII) digits
|
||||
; and (uppercase and lowercase) letters.
|
||||
; The following rules define (ASCII)
|
||||
; digits and (uppercase and lowercase) letters.
|
||||
|
||||
digit = %x30-39 ; 0-9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user