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

Parser #136

Merged
merged 54 commits into from
Sep 12, 2023
Merged

Parser #136

merged 54 commits into from
Sep 12, 2023

Commits on Mar 23, 2023

  1. initial steps towards implementing a pollen parser

    Susan Garry authored and Susan Garry committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2526346 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. we can parse things now! But not backspace characters.

    Susan Garry authored and Susan Garry committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    2c38cc5 View commit details
    Browse the repository at this point in the history
  2. backspace characters parse

    Susan Garry authored and Susan Garry committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    7341be4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Parser can handle binop expressions

    Susan Garry authored and Susan Garry committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7fbe370 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Delete .DS_Store

    susan-garry authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6e1db1c View commit details
    Browse the repository at this point in the history
  2. Delete .DS_Store

    susan-garry authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    103fe3e View commit details
    Browse the repository at this point in the history
  3. Delete libast.rlib

    susan-garry authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    eacbfb0 View commit details
    Browse the repository at this point in the history
  4. Delete libmod.rlib

    susan-garry authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a3a9f71 View commit details
    Browse the repository at this point in the history
  5. Delete CACHEDIR.TAG

    susan-garry authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0980471 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee9b29a View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    Susan Garry authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    31ce3a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c0cc1e View commit details
    Browse the repository at this point in the history
  9. fix snafu introduced when fixing snafu. ugh

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    478591d View commit details
    Browse the repository at this point in the history
  10. Testing infra for flatten

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    649a0fc View commit details
    Browse the repository at this point in the history
  11. flatten: fasta done

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f0e53cf View commit details
    Browse the repository at this point in the history
  12. Progress in flatten. Some bugs lurking.

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    61ca747 View commit details
    Browse the repository at this point in the history
  13. Done with flatten

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1a2a912 View commit details
    Browse the repository at this point in the history
  14. testing infra for inject

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9c3c91f View commit details
    Browse the repository at this point in the history
  15. Update slow_odgi/flatten.py

    Co-authored-by: Adrian Sampson <[email protected]>
    2 people authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    023d84a View commit details
    Browse the repository at this point in the history
  16. Update slow_odgi/flatten.py

    Co-authored-by: Adrian Sampson <[email protected]>
    2 people authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    fffd2e8 View commit details
    Browse the repository at this point in the history
  17. Use dataclass's built in sort ordering

    sampsyo authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    47d53dc View commit details
    Browse the repository at this point in the history
  18. Testing infrastructure for overlap

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f1edbcc View commit details
    Browse the repository at this point in the history
  19. sync up slow-odgi files with main branch

    Susan Garry authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6280870 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2841856 View commit details
    Browse the repository at this point in the history
  21. minor tweak in Makefile

    anshumanmohan authored and Susan Garry committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    52dc1e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    b17a170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5216ea View commit details
    Browse the repository at this point in the history
  3. clean up .gitignore

    susan-garry committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4d621df View commit details
    Browse the repository at this point in the history
  4. fix .gitignore, Makefile

    susan-garry committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3737e6b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    bad0642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ec10f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a22fcc8 View commit details
    Browse the repository at this point in the history
  4. while loops parse

    susan-garry committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    908e952 View commit details
    Browse the repository at this point in the history
  5. for loops parse

    susan-garry committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d6b2026 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c39c5af View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    5d7f522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78817dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7051a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b7037 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. emit-to statements parse

    susan-garry committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9711953 View commit details
    Browse the repository at this point in the history
  2. pollen parses object initialization expressions like "Strand()". "int…

    …()" is also syntactically valid
    susan-garry committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    bbd6d47 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on Jun 9, 2023

  1. fix typo

    susan-garry committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6f590aa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    efe58f5 View commit details
    Browse the repository at this point in the history
  2. Introduce functions. Pollen programs consist of a list of functions; …

    …nested functions are not supported.
    susan-garry committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ba2fa92 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. import statements parse

    susan-garry committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e6eb50c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 13, 2023

  1. add test for node depth

    susan-garry committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f3fba89 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    4c433f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfb550b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb28bc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    40da605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102a824 View commit details
    Browse the repository at this point in the history