Working toward new C inline style
This commit is contained in:
@@ -16,7 +16,7 @@ class Type;
|
||||
enum ASTType {undef, translation_unit, interpreter_directive, import, identifier, type_def,
|
||||
function, code_block, typed_parameter, expression, boolean_expression, statement,
|
||||
if_statement, while_loop, for_loop, return_statement, assignment_statement, declaration_statement,
|
||||
if_comp, simple_passthrough, function_call, value};
|
||||
if_comp, simple_passthrough, passthrough_params, function_call, value};
|
||||
|
||||
class ASTData {
|
||||
public:
|
||||
@@ -34,4 +34,4 @@ class ASTData {
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user