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

Rebased and fixed #347 #402

Merged
merged 4 commits into from
Aug 11, 2021
Merged

Rebased and fixed #347 #402

merged 4 commits into from
Aug 11, 2021

Commits on Aug 11, 2021

  1. Use eager indexing for !?

    * Make `(!?)` extract a value from the vector eagerly.
    * Make the range check for `(!?)` use one comparison instead of two.
    treeowl authored and Shimuuar committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5539ef7 View commit details
    Browse the repository at this point in the history
  2. Factor out Word trick into separate function

    and use it for all checks
    Shimuuar committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    23f04f8 View commit details
    Browse the repository at this point in the history
  3. Fix comment

    Co-authored-by: konsumlamm <[email protected]>
    Shimuuar and konsumlamm authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9301ff3 View commit details
    Browse the repository at this point in the history
  4. Formatting

    Co-authored-by: konsumlamm <[email protected]>
    Shimuuar and konsumlamm authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    cea3186 View commit details
    Browse the repository at this point in the history