Got it working on Windows using Mingw
This commit is contained in:
@ -670,7 +670,7 @@ namespace Tesses::CrossLang
|
||||
{
|
||||
expr = AdvancedSyntaxNode::Create(LessThanEqualsExpression, true, {expr,ParseShift()});
|
||||
}
|
||||
else if(tkn.text == ">")
|
||||
else if(tkn.text == ">=")
|
||||
{
|
||||
expr = AdvancedSyntaxNode::Create(GreaterThanEqualsExpression, true, {expr,ParseShift()});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user