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

Rewrite Lexer & Parser #1

Merged
merged 14 commits into from
Feb 14, 2024
Merged

Rewrite Lexer & Parser #1

merged 14 commits into from
Feb 14, 2024

Commits on Feb 11, 2024

  1. refactor Tokens to be 16b

    keithamus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c30dd9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c579230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e8fe6c View commit details
    Browse the repository at this point in the history
  4. co-locate parser & AST nodes

    This simplifies some of the parsing logic
    keithamus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    db98eba View commit details
    Browse the repository at this point in the history
  5. delete old parser

    keithamus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    aabaaa4 View commit details
    Browse the repository at this point in the history
  6. update snapshots

    keithamus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    6750ddb View commit details
    Browse the repository at this point in the history
  7. uncomment benchamrks

    keithamus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    16febfe View commit details
    Browse the repository at this point in the history
  8. fix broken selector parsing

    keithamus committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7f8b771 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    578b106 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix various errors

    keithamus committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    54b63d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    66da5f0 View commit details
    Browse the repository at this point in the history
  2. update snapshots

    keithamus committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e8bce43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e2414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c60a3b9 View commit details
    Browse the repository at this point in the history