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

[Stage 1] Implements call-this operator #58294

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Apr 21, 2024

  1. implement tokenizer

    yukukotani committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    efb0d46 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. define CallThisExpression

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4f29668 View commit details
    Browse the repository at this point in the history
  2. implement parser

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1292c21 View commit details
    Browse the repository at this point in the history
  3. implement emitter

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8e642ae View commit details
    Browse the repository at this point in the history
  4. implement transformer

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    81b45cb View commit details
    Browse the repository at this point in the history
  5. implement checker

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    972ac62 View commit details
    Browse the repository at this point in the history
  6. add test

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d7d1da8 View commit details
    Browse the repository at this point in the history
  7. format

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    768b55e View commit details
    Browse the repository at this point in the history
  8. update baseline

    yukukotani committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6ca4b11 View commit details
    Browse the repository at this point in the history