forked from solstice/solstice
Add >, >=, <, <=
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Solstice {
|
||||
namespace Parser {
|
||||
|
||||
enum class SolNodeType {
|
||||
Add, Subtract, Equal, Inequal, Set, While, If, Value, Identifier, None, Root, CodeBlock, CodeBlockStart, CodeBlockEnd, FunctionCall, Expression, BracketStart, BracketEnd, Puts
|
||||
Add, Subtract, Equal, Inequal, Greater, Lesser, EqGreater, EqLesser, Set, While, If, Value, Identifier, None, Root, CodeBlock, CodeBlockStart, CodeBlockEnd, FunctionCall, Expression, BracketStart, BracketEnd, Puts
|
||||
};
|
||||
|
||||
enum class SolDataType {
|
||||
|
||||
Reference in New Issue
Block a user