Changes in src/Parser/ParseNode.h [7d05e7e:c8dfcd3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r7d05e7e rc8dfcd3 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Sep 8 21:58:06201613 // Update Count : 5 8712 // Last Modified On : Sun Aug 28 21:14:51 2016 13 // Update Count : 575 14 14 // 15 15 … … 290 290 // bool buildFuncSpecifier( StorageClass key ) const; 291 291 292 struct Variable_t {293 DeclarationNode::TypeClass tyClass;294 std::string name;295 DeclarationNode * assertions;296 };297 Variable_t variable;298 299 struct Attr_t {300 std::string name;301 ExpressionNode * expr;302 DeclarationNode * type;303 };304 Attr_t attr;305 306 BuiltinType builtin;307 308 292 TypeData *type; 309 293 std::string name; … … 402 386 if ( result ) { 403 387 *out++ = result; 388 } else { 404 389 } // if 405 390 } catch( SemanticError &e ) {
Note:
See TracChangeset
for help on using the changeset viewer.