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

fix: Generic Self/self #142

Merged
merged 7 commits into from
Sep 17, 2024
Merged

fix: Generic Self/self #142

merged 7 commits into from
Sep 17, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    814f7e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Step 1

    phorward committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ff5273f View commit details
    Browse the repository at this point in the history
  2. Step 2

    phorward committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aa15d24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc9dff2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    529fe8e View commit details
    Browse the repository at this point in the history
  2. Handle SelfToken in left-recursion finalization correctly

    Tested with:
    
    ```tokay
    WhoAmI : @<T: Self> {
        T
        Void
    }
    
    WhoAmI
    ```
    phorward committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f21baf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    7555edb View commit details
    Browse the repository at this point in the history