mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
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