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

feat: refine scoping rules & names #3

Merged
merged 4 commits into from
Aug 2, 2024
Merged

feat: refine scoping rules & names #3

merged 4 commits into from
Aug 2, 2024

Commits on Aug 2, 2024

  1. fix: super should be recursive

    So you can access the grandparent via `super.super`, etc.
    nrdxp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d5843aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2486f9 View commit details
    Browse the repository at this point in the history
  3. style: refactor

    nrdxp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6a7ccee View commit details
    Browse the repository at this point in the history
  4. feat: refine scoping rules & names

    resolves #1
    
    * `self` -> `mod`
    * `super` -> `pre`
    * external dependencies are merged with `atom` in scope.
    * on collision, local references take precedent.
    * externals are always available via `atom.extern`.
    nrdxp committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1aefe95 View commit details
    Browse the repository at this point in the history