Skip to content

Conversation

skx
Copy link
Owner

@skx skx commented May 15, 2021

Allow if-else-if-else-if

This pull-request improves our parser to allow:

        if ( ) {
        } else if {
          ..
        } else if {
          ..
        } else {
          ..
        }

This closes #171.

skx added 2 commits May 15, 2021 08:44
This pull-request improves our parser to allow:

        if ( ) {
        } else if {
          ..
        } else if {
          ..
        } else {
          ..
        }

This closes #171.
@skx skx merged commit 76feec7 into master May 15, 2021
@skx skx deleted the 171-if-else-if-else-if branch May 15, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants