mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-11 10:22:33 +03:00
[ABNF] Add a notion of lexeme.
This is just for nomenclature. It does not change the language or anything.
This commit is contained in:
parent
d2fe35c0b9
commit
6f03b9df26
@ -611,6 +611,10 @@ token = keyword
|
||||
/ annotation-name
|
||||
/ symbol
|
||||
|
||||
; Tokens, comments, and whitespace are lexemes, i.e. lexical units.
|
||||
|
||||
lexeme = token / comment / whitespace
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
; Syntactic Grammar
|
||||
|
Loading…
Reference in New Issue
Block a user