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: Implement Chapter 6, Parsing Expressions #8

Merged
merged 8 commits into from
Jan 11, 2024
Merged

feat: Implement Chapter 6, Parsing Expressions #8

merged 8 commits into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. initial parser impl

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c8a5cf7 View commit details
    Browse the repository at this point in the history
  2. a test!

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    711021c View commit details
    Browse the repository at this point in the history
  3. add some tests, fix a bug

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    75fe157 View commit details
    Browse the repository at this point in the history
  4. CI fixes

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    beee4ac View commit details
    Browse the repository at this point in the history
  5. more tests, fix some bugs

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ca506f9 View commit details
    Browse the repository at this point in the history
  6. re-enable linting

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    eaf41d8 View commit details
    Browse the repository at this point in the history
  7. add parse error test

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6617ebb View commit details
    Browse the repository at this point in the history
  8. one more test

    danvk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    27066d0 View commit details
    Browse the repository at this point in the history