Initial support for require statements
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -28,6 +28,7 @@ namespace Porygon::Binder {
|
||||
PeriodIndex,
|
||||
NumericalTable,
|
||||
Table,
|
||||
Require,
|
||||
};
|
||||
|
||||
class BoundExpression {
|
||||
@@ -331,6 +332,7 @@ namespace Porygon::Binder {
|
||||
return &_expressions;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif //PORYGONLANG_BOUNDEXPRESSION_HPP
|
||||
|
||||
Reference in New Issue
Block a user