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

implement precedence and adds tests for correctness #20

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    356b4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ecaac View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    d4f1d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4604ee View commit details
    Browse the repository at this point in the history
  3. fix docstring and readme

    Alan-Chen99 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dae897b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. made tests based on a reference implentation that always groups.

    also adds many more tests.
    
    fixed some bugs; some cases output is now cleaner
    Alan-Chen99 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4db8935 View commit details
    Browse the repository at this point in the history
  2. better way to write this

    Alan-Chen99 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c22a643 View commit details
    Browse the repository at this point in the history
  3. remove some useless stuff

    Alan-Chen99 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d51627 View commit details
    Browse the repository at this point in the history
  4. less parens

    Alan-Chen99 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a3b4091 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    539a6fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f74df0d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix and update readme

    Alan-Chen99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5a5099b View commit details
    Browse the repository at this point in the history
  2. rename always to empty

    Alan-Chen99 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a985e4c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. pylint

    Alan-Chen99 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    44de802 View commit details
    Browse the repository at this point in the history
  2. remove unusedc imports

    Alan-Chen99 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8cfb795 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. getitem

    Alan-Chen99 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9a19ec8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. experimental

    Alan-Chen99 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    799d5cc View commit details
    Browse the repository at this point in the history