Implements numeric 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:
@@ -1,4 +1,3 @@
|
||||
#include <utility>
|
||||
|
||||
#ifndef PORYGONLANG_PARSEDEXPRESSION_HPP
|
||||
#define PORYGONLANG_PARSEDEXPRESSION_HPP
|
||||
@@ -12,7 +11,7 @@
|
||||
#include "../../Utilities/HashedString.hpp"
|
||||
|
||||
namespace Porygon::Parser {
|
||||
enum class ParsedExpressionKind {
|
||||
enum class ParsedExpressionKind : uint8_t {
|
||||
Bad,
|
||||
|
||||
LiteralInteger,
|
||||
|
||||
Reference in New Issue
Block a user