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

Show some more examples #794

Draft
wants to merge 63 commits into
base: odin-debugger
Choose a base branch
from
Draft

Commits on Oct 3, 2023

  1. Added a timer for execution time but the implementation of partial ma…

    …tches data structure is buggy
    NickAvalani committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ef57e46 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Make it compile

    kwalcock committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6b1e489 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #760 from clulab/kwalcock/compileThompson

    Make it compile
    navalani authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    deae650 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    dd4297d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3504a0a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Solved merge conflicts

    NickAvalani committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d1bfaf3 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    Keith Alcock committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    8044ae5 View commit details
    Browse the repository at this point in the history
  3. Move some of ThompsonVM to an Evaluator

    Keith Alcock committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0ac7b44 View commit details
    Browse the repository at this point in the history
  4. Start testing partial matches

    Keith Alcock committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9b97ebd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Testing ThompsonVM

    NickAvalani committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    84c0345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1a788 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    7634a67 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Add design documents

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    af1a045 View commit details
    Browse the repository at this point in the history
  2. Rename eval method for clarity

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1bfb1a2 View commit details
    Browse the repository at this point in the history
  3. Fix recursion in evaluator

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2840460 View commit details
    Browse the repository at this point in the history
  4. Add another debugger level

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b646023 View commit details
    Browse the repository at this point in the history
  5. Clean up formatting

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9e8191f View commit details
    Browse the repository at this point in the history
  6. Inspect code carefully

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5f15bc8 View commit details
    Browse the repository at this point in the history
  7. Optimize diagram

    Keith Alcock committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4719c98 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Clean ThompsonVM

    Keith Alcock committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    59a529a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Update debugger documents

    Keith Alcock committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a216736 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Remove extra visio files

    Keith Alcock committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b1c3067 View commit details
    Browse the repository at this point in the history
  2. Use OdinStarter as base for visualization

    Keith Alcock committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b04e47f View commit details
    Browse the repository at this point in the history
  3. Break open GraphExtractor

    Keith Alcock committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f21222b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    beab9a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f68743f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    b3d244b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf0dc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa33a81 View commit details
    Browse the repository at this point in the history
  4. Show some posIds

    kwalcock committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    92f8c79 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9b9c574 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Output more posIds

    kwalcock committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    67b43df View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    91f5547 View commit details
    Browse the repository at this point in the history
  2. Use setNext and getNext

    kwalcock committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ad315a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Start test program

    kwalcock committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a50eaf1 View commit details
    Browse the repository at this point in the history
  2. Test posIds

    kwalcock committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e37704c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge pull request #782 from clulab/kwalcock/hint

    Add visualize to the Inst trait
    kwalcock authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b6e5cf7 View commit details
    Browse the repository at this point in the history
  2. Visualizes MatchToken

    NickAvalani committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3f7aa4d View commit details
    Browse the repository at this point in the history
  3. Visualizes MatchToken

    NickAvalani committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    cd08a57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6c6587 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb32ae3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34cdd00 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    b070be4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    c7671b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    03218d3 View commit details
    Browse the repository at this point in the history
  2. Touch up compilation

    kwalcock committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1ef1d5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #769 from clulab/kwalcock/traceOdinStarter

    Trace what is happening with simple example rules and document
    navalani authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2572ab2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb95ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d574c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Checkpoint

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0679051 View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8fc9272 View commit details
    Browse the repository at this point in the history
  3. Checkpoint, still asserting

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b30bef3 View commit details
    Browse the repository at this point in the history
  4. Make it run to completion

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    915e122 View commit details
    Browse the repository at this point in the history
  5. Track down Done

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f76ae75 View commit details
    Browse the repository at this point in the history
  6. Ask things of the debugger

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ff97d39 View commit details
    Browse the repository at this point in the history
  7. Show partial matches

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b4a68f5 View commit details
    Browse the repository at this point in the history
  8. Don't be quiet

    kwalcock committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    59163f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Include four As example

    kwalcock committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6318977 View commit details
    Browse the repository at this point in the history
  2. Show a match as well.

    kwalcock committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    99ab820 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Uncomment rules

    kwalcock committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1082586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef48cdb View commit details
    Browse the repository at this point in the history
  3. Visualize where Insts match

    kwalcock committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6b178a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8e454b View commit details
    Browse the repository at this point in the history