mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
[Tolk] Allow cell
and slice
be valid identifiers
They are not keywords anymore. > var cell = ...; > var cell: cell = ...; Motivation: in the future, when structures are implemented, this obviously should be valid: > struct a { ... } > var a = ...; Struct fields will also be allowed to have names int/slice/cell.
This commit is contained in:
parent
7a1602f591
commit
5b44e01455
9 changed files with 47 additions and 69 deletions
|
@ -118,14 +118,6 @@ enum TokenType {
|
|||
tok_if,
|
||||
tok_else,
|
||||
|
||||
tok_int,
|
||||
tok_cell,
|
||||
tok_bool,
|
||||
tok_slice,
|
||||
tok_builder,
|
||||
tok_continuation,
|
||||
tok_tuple,
|
||||
tok_void,
|
||||
tok_arrow,
|
||||
tok_as,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue