Implemented generic for loops
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Porygon::Binder {
|
||||
BoundStatement *BindReturnStatement(const ParsedStatement *statement);
|
||||
BoundStatement *BindConditionalStatement(const ParsedStatement *statement);
|
||||
BoundStatement *BindNumericalForStatement(const ParsedStatement *statement);
|
||||
BoundStatement *BindGenericForStatement(const ParsedStatement *statement);
|
||||
|
||||
// Expressions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user