diff options
Diffstat (limited to 'src/ast')
| -rw-r--r-- | src/ast/ast.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ast/ast.h b/src/ast/ast.h index 523c1fb..6ef5d7a 100644 --- a/src/ast/ast.h +++ b/src/ast/ast.h @@ -160,8 +160,9 @@ struct ASTNode struct { char *name; - char *args; // Legacy string args. - char *ret_type; // Legacy string return type. + char *generic_params; // <T, U> + char *args; // Legacy string args. + char *ret_type; // Legacy string return type. ASTNode *body; Type **arg_types; char **defaults; |
