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

Add chumsky parser #18

Closed
wants to merge 5 commits into from

Commits on Aug 27, 2023

  1. Refactor unary operations

    Revised unary operations in AST, reduced to 'Not' & 'Neg' from 'Not', 'DoubleNot', 'Minus' & 'DoubleMinus', for simplifying the codebase.
    hardbyte committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b0bb846 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. WIP parsing with Chumsky

    hardbyte committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4d9b601 View commit details
    Browse the repository at this point in the history
  2. Enable chumsky parser

    hardbyte committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0524054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a2881a View commit details
    Browse the repository at this point in the history
  4. Update authors list

    hardbyte committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f321025 View commit details
    Browse the repository at this point in the history