-
Notifications
You must be signed in to change notification settings - Fork 0
Add syntax for else-if #28
Copy link
Copy link
Open
Labels
compilerSomething regarding the compilerSomething regarding the compilerenhancementNew feature or requestNew feature or requestsyntaxSyntax support for a featureSyntax support for a feature
Metadata
Metadata
Assignees
Labels
compilerSomething regarding the compilerSomething regarding the compilerenhancementNew feature or requestNew feature or requestsyntaxSyntax support for a featureSyntax support for a feature
Type
Projects
Status
Todo
Is your feature request related to a problem? Please describe.
Hypixel natively only supports if-else branches. It would be great to have else-ifs, so not all conditions should be evaluated if one case passes.
Describe the solution you'd like
Introduce syntax
else ifthat would build the AST aselse { if { .... } }- as this is the only syntax hypixel recognizes.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.