X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=15730ee2ebacb035957e09815db7463099d60644;hp=75fb83e9320fc159d432819c408b3abf339270c7;hb=8e87082e1df9b2860284aa383801bfd4f3d0ce8c;hpb=c41ef65cc92193e9b685cc123ca9d4de9d142756 diff --git a/lexer.h b/lexer.h index 75fb83e..15730ee 100644 --- a/lexer.h +++ b/lexer.h @@ -191,6 +191,7 @@ static const oper_info c_operators[] = { { "<", 2, opid1('<'), ASSOC_LEFT, 10, 0 }, { ">", 2, opid1('>'), ASSOC_LEFT, 10, 0 }, + { "<=>", 2, opid3('<','=','>'), ASSOC_LEFT, 10, 0 }, { "<=", 2, opid2('<','='), ASSOC_LEFT, 10, 0 }, { ">=", 2, opid2('>','='), ASSOC_LEFT, 10, 0 },