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

Feature/prefix parsing #1

Merged
merged 6 commits into from
Dec 14, 2023
Merged

Feature/prefix parsing #1

merged 6 commits into from
Dec 14, 2023

Commits on Dec 11, 2023

  1. enhance tests; prefix parsing base 0

    Houcine EL ADDALI committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    77d4a42 View commit details
    Browse the repository at this point in the history
  2. parse prefix exp with lenght 1 operators

    Houcine EL ADDALI committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c1bbde7 View commit details
    Browse the repository at this point in the history
  3. feat: increment decrement tokens and lexing support

    Houcine EL ADDALI committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    710f7c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat: parse infix exp parser functions

    Houcine EL ADDALI committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bdfb74f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. fix: init infixFn map; fix types

    Houcine EL ADDALI committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ce1df23 View commit details
    Browse the repository at this point in the history
  2. feat: infix expression parsing tested

    Houcine EL ADDALI committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    41d48c8 View commit details
    Browse the repository at this point in the history