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

Use ISO 646 alternative operators for bit ops + proper error messages for spaces around the |filter operator #18

Merged
merged 4 commits into from
Jun 24, 2024

Commits on Jun 23, 2024

  1. Use ISO 646 alternative operators for bit ops

    This change allows simplifying the use of filter expressions, because
    you won't have to care about spaces around the `|` pipe operator.
    Kijewski committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    879d889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4d8a6 View commit details
    Browse the repository at this point in the history
  3. Remove helper functions

    Kijewski committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    50ac555 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    Kijewski committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3459616 View commit details
    Browse the repository at this point in the history