mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Use StackHelper for very long if/else chains
This commit is contained in:
parent
22b0aba954
commit
084566cdc6
7 changed files with 68 additions and 7 deletions
|
@ -148,7 +148,8 @@ enum BfEmbeddedStatementFlags : int8
|
|||
BfEmbeddedStatementFlags_None = 0,
|
||||
BfEmbeddedStatementFlags_IsConditional = 1,
|
||||
BfEmbeddedStatementFlags_IsDeferredBlock = 2,
|
||||
BfEmbeddedStatementFlags_Unscoped = 4
|
||||
BfEmbeddedStatementFlags_Unscoped = 4,
|
||||
BfEmbeddedStatementFlags_CheckStack = 8
|
||||
};
|
||||
|
||||
enum BfLocalVarAssignKind : int8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue