mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-08-02 00:25:32 +00:00
Add Null Coalescing operator
This commit is contained in:
@@ -579,6 +579,7 @@ namespace Tesses::CrossLang
|
||||
break;
|
||||
case '<':
|
||||
case '>':
|
||||
case '?':
|
||||
if(peek == read)
|
||||
{
|
||||
Flush();
|
||||
@@ -670,7 +671,6 @@ namespace Tesses::CrossLang
|
||||
case ':':
|
||||
case ';':
|
||||
case ',':
|
||||
case '?':
|
||||
Flush();
|
||||
Symbol({read});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user