Changes in src/Parser/ParseNode.h [321f55d:2f22cc4]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r321f55d r2f22cc4 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Aug 10 21:51:49201613 // Update Count : 43 712 // Last Modified On : Wed Aug 10 13:08:46 2016 13 // Update Count : 436 14 14 // 15 15 … … 415 415 Statement *build_while( ExpressionNode *ctl, StatementNode *stmt, bool kind = false ); 416 416 Statement *build_for( ForCtl *forctl, StatementNode *stmt ); 417 Statement *build_branch( std::string identifier, BranchStmt::Type kind );418 Statement *build_case( ExpressionNode *ctl );419 Statement *build_default();420 417 421 418 //##############################################################################
Note:
See TracChangeset
for help on using the changeset viewer.