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

COOL Compiler #69

Open
wants to merge 178 commits into
base: master
Choose a base branch
from
Open

COOL Compiler #69

wants to merge 178 commits into from

Commits on Apr 28, 2021

  1. Added lexer and related errors

    Enmanuel Verdesia Suárez committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    284b700 View commit details
    Browse the repository at this point in the history
  2. Defined compiler main entry point

    Enmanuel Verdesia Suárez committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e988421 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Lexer passed all tests

    Enmanuel Verdesia Suárez committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    5722e34 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Reestructured project and parsing tests passed

    Enmanuel Verdesia Suárez committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    9a2e6db View commit details
    Browse the repository at this point in the history
  2. Added missing files in previous commit

    Enmanuel Verdesia Suárez committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    52819a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    f214396 View commit details
    Browse the repository at this point in the history
  2. Passed semantic tests

    svex99 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    42bf096 View commit details
    Browse the repository at this point in the history
  3. Added SPIM manual

    svex99 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    0f68946 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. build: Add ply to

    samueldsr99 committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b931e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c3532 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

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

Commits on Feb 22, 2022

  1. Added more nodes to CIL

    svex99 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4b1e953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67312d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    626f9aa View commit details
    Browse the repository at this point in the history
  4. fix: Initilize void

    svex99 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2da7c85 View commit details
    Browse the repository at this point in the history
  5. feat: Add mips ast

    samueldsr99 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    69360c6 View commit details
    Browse the repository at this point in the history
  6. feat: Add registers utils

    samueldsr99 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d1e3371 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca53d0f View commit details
    Browse the repository at this point in the history
  8. expose build_mips method

    samueldsr99 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a002d5d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. fix: repeated in locals

    svex99 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    febce30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63fa4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6191a97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a53a475 View commit details
    Browse the repository at this point in the history
  5. Added mips instructions pdf

    svex99 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    24f98ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec432de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c43cdf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    698fa4f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cc81f6 View commit details
    Browse the repository at this point in the history
  10. Merged samuel changes

    svex99 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fc6d553 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98f57ff View commit details
    Browse the repository at this point in the history
  12. build: Update .gitignore

    samueldsr99 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    40f388c View commit details
    Browse the repository at this point in the history
  13. build: Update makefile

    samueldsr99 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ec53ad7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a6be9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b0a0b0f View commit details
    Browse the repository at this point in the history
  16. Add test cil

    svex99 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    cc90fe8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24cea3e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    be26052 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7792745 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cb428b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    687453f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c350244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9ee2d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a495f9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdcee08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fe0120 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c271746 View commit details
    Browse the repository at this point in the history
  8. Improved CIL

    svex99 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d8f587f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d6ec7d6 View commit details
    Browse the repository at this point in the history
  10. Improved CIL

    svex99 authored and samueldsr99 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0c4dcef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    476661b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    861c322 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ba8fa4 View commit details
    Browse the repository at this point in the history
  14. feat: Add PlusNode

    samueldsr99 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7abddfd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b5616ce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    11d5b6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    779aae7 View commit details
    Browse the repository at this point in the history
  18. feat: Add more basic functions

    svex99 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    34ec4f9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e327aeb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2dc5ab6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1765295 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1f05c46 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fe4393e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    3bc3956 View commit details
    Browse the repository at this point in the history
  2. feat: print templates

    samueldsr99 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b6500fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5420fd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cfef11 View commit details
    Browse the repository at this point in the history
  5. Upload test examples

    samueldsr99 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    95af326 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6353a6f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    39479d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa84780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9776002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    429691a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b3d4d0 View commit details
    Browse the repository at this point in the history
  6. fix: Fix ReturnNode logic

    samueldsr99 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0b71607 View commit details
    Browse the repository at this point in the history
  7. feat: Add test for sum

    samueldsr99 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    830bdb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. feat: Add build_init method

    svex99 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6147a7d View commit details
    Browse the repository at this point in the history
  2. feat: Added inits to formatter

    svex99 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a39d093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731b7a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

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

Commits on Mar 1, 2022

  1. fix: Bug with method names

    svex99 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    fa74bc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    7e6d1bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d962aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5faeaa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0306451 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    936d6d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddf1cf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b723597 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    17f61ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f56bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    042ef97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4098c1 View commit details
    Browse the repository at this point in the history
  5. feat: Add jalr node

    samueldsr99 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b3c627b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8e78eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f327cf View commit details
    Browse the repository at this point in the history
  8. Merge conflict

    svex99 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    641ce3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c17f6cf View commit details
    Browse the repository at this point in the history
  10. fix: Fixed type_name in mips

    svex99 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    db584fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    15c6174 View commit details
    Browse the repository at this point in the history
  12. feat: Add printint

    samueldsr99 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    d32ad97 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c2edcaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    55abafd View commit details
    Browse the repository at this point in the history
  15. feat: Add isvoid to mips

    svex99 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    6bfecbe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32a635b View commit details
    Browse the repository at this point in the history
  17. Undo changes to test file

    svex99 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    87dc2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    17b2398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5038fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c13cc9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ef6098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c780a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3184d1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    161f88c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    7064ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b4b5f2 View commit details
    Browse the repository at this point in the history
  3. feat: Add ConcatNode

    samueldsr99 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c271d4c View commit details
    Browse the repository at this point in the history
  4. feat: Add AbortNode

    samueldsr99 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c6efdee View commit details
    Browse the repository at this point in the history
  5. feat: Setup for tests

    samueldsr99 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    e5cc908 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Add inits as function nodes

    svex99 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    336ef54 View commit details
    Browse the repository at this point in the history
  2. fix: Fix set attr in inits

    svex99 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7cf888f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7eb412 View commit details
    Browse the repository at this point in the history
  4. fix: Fix error with inits

    svex99 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5e518a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44db03b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c95800e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0085176 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d000e89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3cac5b6 View commit details
    Browse the repository at this point in the history
  10. --amend

    svex99 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ab03234 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge commit

    svex99 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c65daae View commit details
    Browse the repository at this point in the history
  2. feat: Add complement

    svex99 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c6a3b24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c3747 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d801533 View commit details
    Browse the repository at this point in the history
  5. feat: Add NegateNode

    samueldsr99 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    a357bfc View commit details
    Browse the repository at this point in the history
  6. fix: Fix some nodes

    samueldsr99 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    98f72a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dcfd4f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    1740be1 View commit details
    Browse the repository at this point in the history
  2. feat: Work on CaseNode

    samueldsr99 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0a3c305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c3d3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12d2e27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8b9971 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb928f7 View commit details
    Browse the repository at this point in the history
  7. feat: Add static dispatch

    svex99 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6848238 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. feat: Work on CaseNode

    samueldsr99 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    94caa94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1659f1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c5c73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93b0154 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    282f6ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3589ed1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    853d9a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c28c152 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f480ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa49e0b View commit details
    Browse the repository at this point in the history
  11. fix: Add self to class scope

    svex99 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    2bedc48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce011ca View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. fix: Fix invocations in init

    svex99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    45fee63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6154edc View commit details
    Browse the repository at this point in the history
  3. fix: Fix remove_eol

    samueldsr99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    42d6f3e View commit details
    Browse the repository at this point in the history
  4. fix: Fix ComplementNode

    samueldsr99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    de4f129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    879a36e View commit details
    Browse the repository at this point in the history
  6. fix: Fix malloc function

    samueldsr99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    9392fbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13716ca View commit details
    Browse the repository at this point in the history
  8. build: Merge conflicts

    svex99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    eaee769 View commit details
    Browse the repository at this point in the history
  9. fix: Fix casenode

    samueldsr99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    35fbed1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35dd29f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efe7e61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba3c600 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    339ecec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e360734 View commit details
    Browse the repository at this point in the history
  15. doc: Update report.md

    samueldsr99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bb287ea View commit details
    Browse the repository at this point in the history
  16. doc: Update report.md

    samueldsr99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    a6c7904 View commit details
    Browse the repository at this point in the history
  17. build: Add documentation

    svex99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    b05547d View commit details
    Browse the repository at this point in the history
  18. build: Add documentation

    svex99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    354c251 View commit details
    Browse the repository at this point in the history
  19. build: More doc

    svex99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d19a64d View commit details
    Browse the repository at this point in the history
  20. Fix typos

    svex99 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0884606 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. doc: Remove TODOs

    samueldsr99 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    26b00b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0468f7b View commit details
    Browse the repository at this point in the history
  3. Add instrucitons to report

    svex99 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    daf68c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2096194 View commit details
    Browse the repository at this point in the history
  5. doc: Add report.pdf

    samueldsr99 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    9e372b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    413f799 View commit details
    Browse the repository at this point in the history