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

Improve grammar syntax #94

Merged
merged 14 commits into from
Feb 26, 2024

Commits on Feb 7, 2024

  1. newline enforcement and ban

    Marketa Opichalova committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c6ddf6a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. sections order is arbitrary

    Marketa Opichalova committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    1c7c442 View commit details
    Browse the repository at this point in the history
  2. newlines removed after loading lines from file

    Marketa Opichalova committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f260725 View commit details
    Browse the repository at this point in the history
  3. regulations ending

    Marketa Opichalova committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    03bb890 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. arbitrary order of sections - permutations loaded from txt file

    Marketa Opichalova committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1f9bf7e View commit details
    Browse the repository at this point in the history
  2. arbitrary order of sections enabled

    Marketa Opichalova committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cb5e670 View commit details
    Browse the repository at this point in the history
  3. remove txt file loading

    Marketa Opichalova committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    04c3ab5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. test rule object correction

    Marketa Opichalova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b622050 View commit details
    Browse the repository at this point in the history
  2. test correction - wrong parser for comparing complex objects

    Marketa Opichalova committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1bce72e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. refactor model processing to aggregate section's data instead of over…

    …writing
    Marketa Opichalova committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8546c4e View commit details
    Browse the repository at this point in the history
  2. correction - allow only one regulation

    Marketa Opichalova committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c96a4ae View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. multiple regulation defintions handeled with exception

    Marketa Opichalova committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1ba38d2 View commit details
    Browse the repository at this point in the history
  2. error import correction

    Marketa Opichalova committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    b446b2a View commit details
    Browse the repository at this point in the history
  3. remove duplicity in TreeToObjects model

    Marketa Opichalova committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a3eca18 View commit details
    Browse the repository at this point in the history