forked from tact-lang/tact
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ast): refactor the rest of AST (tact-lang#524)
* refactor(ast): AstField -> AstFieldDecl * refactor(ast): ASTReceive -> AstReceiver * refactor(ast): ASTInitFunction -> ContractInit * refactor(ast): statements * fix(init-var-analysis): augmented assignment was not treated correctly * refactor(ast): expressions * refactor(ast): attributes * refactor(ast): receiver kind * refactor(ast): ASTType -> AstTypeDecl * refactor(ast): contract and trait declarations renamed * refactor(ast): ASTNode -> AstNode * refactor(ast): AstFieldDecl.init -> AstFieldDecl.initializer for consistensy * refactor(ast): types, separate and generalize optional types but the grammar still only accepts optional types with type idents, not general type arguments as AST allows now
- Loading branch information
1 parent
c9e383a
commit eb2bbdc
Showing
25 changed files
with
3,802 additions
and
5,165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.