Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully implement scopes. #213

Open
frame-lang opened this issue Jan 13, 2024 · 0 comments
Open

Fully implement scopes. #213

frame-lang opened this issue Jan 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working v0.13

Comments

@frame-lang
Copy link
Owner

Need to fix scope issues universally and create tests. This is a start:

#TestEmptyBranchesForPython2
    -machine-

    $S1

        |e|
            a ? :|
            b ? {} :|
            c ? {} {} {} :|
            d ? { {} } :|
            ^
        |f|
            e ? {} { foo() } {} :|
            f ? foo() {} :|
            g ? {} foo() :|
            h ? foo() {}  :|
            i ? { { { foo() } } } :|
            ^
        |g|
            a ? : :|
            b ? : foo() :|
            c ? : {} :|
            c1 ? : {} {} {} :|
            d ? : {} { foo() } {} :|
            e ? : foo() {} :|
            f ? : {} foo() :|
            f1 ? : foo() {}  :|
            g ? : { {} } :|
            h ? : { { { foo() } } } :|
            ^
##
@frame-lang frame-lang added bug Something isn't working v0.13 labels Jan 13, 2024
@frame-lang frame-lang self-assigned this Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.13
Projects
None yet
Development

No branches or pull requests

1 participant