Added namespaces to most classes, general cleanup
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:
@@ -2,9 +2,11 @@
|
||||
#ifndef PORYGONLANG_UNARYOPERATORKIND_HPP
|
||||
#define PORYGONLANG_UNARYOPERATORKIND_HPP
|
||||
|
||||
enum class UnaryOperatorKind{
|
||||
Identity,
|
||||
Negation,
|
||||
LogicalNegation,
|
||||
};
|
||||
namespace Porygon::Parser {
|
||||
enum class UnaryOperatorKind {
|
||||
Identity,
|
||||
Negation,
|
||||
LogicalNegation,
|
||||
};
|
||||
}
|
||||
#endif //PORYGONLANG_UNARYOPERATORKIND_HPP
|
||||
|
||||
Reference in New Issue
Block a user