Initial support for require statements
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-08-10 16:45:15 +02:00
parent 2f912afe92
commit c39f3a0884
11 changed files with 202 additions and 15 deletions

View File

@@ -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