mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
Merge pull request #1302 from AleoHQ/true-false-fix
Re-remove `true` and `false` from the keywords
This commit is contained in:
commit
4ad9de07e8
@ -45,7 +45,7 @@ The ABNF grammar changes as follows:
|
||||
```
|
||||
; modified rule:
|
||||
keyword = ...
|
||||
/ %s"true"
|
||||
/ %s"string"
|
||||
/ %s"type" ; new
|
||||
/ %s"u8"
|
||||
/ ...
|
||||
|
Binary file not shown.
@ -395,7 +395,6 @@ keyword = %s"address"
|
||||
/ %s"console"
|
||||
/ %s"const"
|
||||
/ %s"else"
|
||||
/ %s"false"
|
||||
/ %s"field"
|
||||
/ %s"for"
|
||||
/ %s"function"
|
||||
@ -416,7 +415,6 @@ keyword = %s"address"
|
||||
/ %s"self"
|
||||
/ %s"static"
|
||||
/ %s"string"
|
||||
/ %s"true"
|
||||
/ %s"type"
|
||||
/ %s"u8"
|
||||
/ %s"u16"
|
||||
|
Loading…
Reference in New Issue
Block a user