1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 11:12:16 +00:00
ton/tolk-tester
tolk-vm 5b44e01455
[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.
2025-01-27 15:30:21 +03:00
..
tests [Tolk] Allow cell and slice be valid identifiers 2025-01-27 15:30:21 +03:00
tolk-tester.js [Tolk] AST-based semantic analysis, get rid of Expr 2025-01-13 20:28:44 +07:00
tolk-tester.py [Tolk] AST-based semantic analysis, get rid of Expr 2025-01-13 20:28:44 +07:00