Changes in src/Parser/ParseNode.h [2f22cc4:321f55d]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r2f22cc4 r321f55d 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 13:08:46201613 // Update Count : 43 612 // Last Modified On : Wed Aug 10 21:51:49 2016 13 // Update Count : 437 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(); 417 420 418 421 //##############################################################################
Note:
See TracChangeset
for help on using the changeset viewer.