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 set-prev. #202

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Improve set-prev. #202

merged 1 commit into from
Aug 18, 2024

Commits on Aug 18, 2024

  1. Improve set-prev.

    - Allow `back` to no be known at compile time.  Use a simple implementation
      of a queue, adapted from https://irreal.org/blog/?p=40.
      - Add a test of a `with`-bound `back`.
    
    - State clearly in the documentation that `set-prev` stores the value
      of `VAL` found at the end of the loop cycle and that it does
      not modify `VAR` until the specified loop cycle.
    okamsn committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ce14e0d View commit details
    Browse the repository at this point in the history