Merge pull request #1302 from AleoHQ/true-false-fix

Re-remove `true` and `false` from the keywords
This commit is contained in:
Alessandro Coglio 2021-08-28 10:44:57 -07:00 committed by GitHub
commit 4ad9de07e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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"