mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed constExprs with ints, hover for enum values, _ for enums
This commit is contained in:
parent
4087bf8e2a
commit
4dcd7f9c6a
21 changed files with 293 additions and 142 deletions
|
@ -1543,7 +1543,7 @@ const char* Beefy::BfGetOpName(BfBinaryOp binOp)
|
|||
case BfBinaryOp_Add: return "+";
|
||||
case BfBinaryOp_Subtract: return "-";
|
||||
case BfBinaryOp_Multiply: return "*";
|
||||
case BfBinaryOp_Divide: return "\\";
|
||||
case BfBinaryOp_Divide: return "/";
|
||||
case BfBinaryOp_Modulus: return "%";
|
||||
case BfBinaryOp_BitwiseAnd: return "&";
|
||||
case BfBinaryOp_BitwiseOr: return "|";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue