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

Add predicates #22

Merged
merged 28 commits into from
Jun 13, 2024
Merged

Add predicates #22

merged 28 commits into from
Jun 13, 2024

Commits on Jun 10, 2024

  1. Add initial add opcode

    gianbelinche committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e8ddeab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    dff174d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584d470 View commit details
    Browse the repository at this point in the history
  3. Add address for dest

    gianbelinche committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    15fe24a View commit details
    Browse the repository at this point in the history
  4. Fix compilation error

    gianbelinche committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fe606d4 View commit details
    Browse the repository at this point in the history
  5. Format code

    gianbelinche committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    faef779 View commit details
    Browse the repository at this point in the history
  6. Run clippy

    gianbelinche committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0003e7c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add target for asm (#17)

    * Add sub program
    
    * Add 'add' program
    
    * Update makefile with asm target
    
    * Update test setup, add failing sub test and 'add' test
    
    * Cargo fmt
    
    * Remove echo
    
    * Clippy
    fkrause98 authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3200c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce70b1 View commit details
    Browse the repository at this point in the history
  3. Remove echo

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    62221b2 View commit details
    Browse the repository at this point in the history
  4. Clippy

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bf908eb View commit details
    Browse the repository at this point in the history
  5. Add sub implementation

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f39b2ba View commit details
    Browse the repository at this point in the history
  6. Make sub test work

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    10d9c81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1f9203 View commit details
    Browse the repository at this point in the history
  8. Modify tests

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ff7437d View commit details
    Browse the repository at this point in the history
  9. Format

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8b8e7c2 View commit details
    Browse the repository at this point in the history
  10. Working tests

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    25f4462 View commit details
    Browse the repository at this point in the history
  11. Lint

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2dc13c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c77db08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6bea502 View commit details
    Browse the repository at this point in the history
  14. Add tests for predicates

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4b0e40f View commit details
    Browse the repository at this point in the history
  15. Add failing test

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    960d16d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fef8e46 View commit details
    Browse the repository at this point in the history
  17. Fix complex test

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    95544b0 View commit details
    Browse the repository at this point in the history
  18. Cargo fmt

    fkrause98 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ba84b72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bafff9d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Cargo fmt

    fkrause98 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2ddc04b View commit details
    Browse the repository at this point in the history
  2. Clippy + Fmt

    fkrause98 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    16f5623 View commit details
    Browse the repository at this point in the history