mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Enhanced ranges
This commit is contained in:
parent
eec2cb5e6c
commit
27fd5552cc
12 changed files with 365 additions and 22 deletions
|
@ -26,7 +26,8 @@ public:
|
|||
CreateExprFlags_ExitOnParenExpr = 0x80,
|
||||
CreateExprFlags_NoCheckBinOpPrecedence = 0x100,
|
||||
CreateExprFlags_BreakOnCascade = 0x200,
|
||||
CreateExprFlags_EarlyExit = 0x400 // Don't attempt binary or ternary operations
|
||||
CreateExprFlags_EarlyExit = 0x400, // Don't attempt binary or ternary operations
|
||||
CreateExprFlags_AllowEmpty = 0x800
|
||||
};
|
||||
|
||||
enum CreateStmtFlags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue