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

Implement classes #8

Merged
merged 12 commits into from Mar 7, 2024
Merged

Implement classes #8

merged 12 commits into from Mar 7, 2024

Commits on Mar 5, 2024

  1. Copy the full SHA
    2cfd506 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    325a708 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1afb9e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5e54098 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1d85645 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    65a34c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Copy the full SHA
    c18e0d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Copy the full SHA
    8456bef View commit details
    Browse the repository at this point in the history
  2. Enums for tracking class and function type during the resolver phase …

    …are now private; resolver now throws when `this` used outside class.
    quephird committed Mar 7, 2024
    Copy the full SHA
    ce4a75d View commit details
    Browse the repository at this point in the history
  3. WHEW... init() can now be called explicitly and now returns an inst…

    …ance. Also `init()` cannot return an explicit value.
    quephird committed Mar 7, 2024
    Copy the full SHA
    2238f54 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8652e3d View commit details
    Browse the repository at this point in the history
  5. Updated README.

    quephird committed Mar 7, 2024
    Copy the full SHA
    ee80063 View commit details
    Browse the repository at this point in the history