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 #54

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

cool-compiler #54

wants to merge 487 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    f383e67 View commit details
    Browse the repository at this point in the history
  2. Mayor changes

    Remove Param, Local, and Arg instructions. They are now kept track by parent nodes accordingly.
    Move helper function from ast module to visitor
    Minor bug fixing
    rodrigo-pino committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e863078 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    bd9b8bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73d9a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96bff9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06f3bc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61e786e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04d8264 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a20e1e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    598bcdf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    236eebc View commit details
    Browse the repository at this point in the history
  10. Minor change in docs

    rodrigo-pino committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ff01ddb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ebefbe View commit details
    Browse the repository at this point in the history
  12. Minor changes

    rodrigo-pino committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    cb226cb View commit details
    Browse the repository at this point in the history
  13. Add more Operation as nodes (getAttr, setAttr, load, ...) and Data cl…

    …ass to store values from .Data section
    rodrigo-pino committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7b51225 View commit details
    Browse the repository at this point in the history
  14. Add a simplified version of semantics scope, to track all cool variab…

    …les and ccil counterparts across scopes
    rodrigo-pino committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    91ee178 View commit details
    Browse the repository at this point in the history
  15. Mayor bug fixing in ccil visitor and some changes

    Fix many bugs that always casused missmatch in user defined variables and and its ccil counter parts
    
    Add track of ccil and cool names
    
    Add new translations to Int String and Bool
    
    Other minor bugs and refactoring
    rodrigo-pino committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    16671c8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb490d9 View commit details
    Browse the repository at this point in the history
  17. Remove ExpressionNode

    adrian13579 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7611835 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    82aa5de View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    36217a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. fix(ccil_visitor): add param and attributes with old and new id inste…

    …ad of new id and its type
    rodrigo-pino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ee2bf59 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    rodrigo-pino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1ee5873 View commit details
    Browse the repository at this point in the history
  3. Update mips_gen.py

    adrian13579 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f0df4c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18a46d0 View commit details
    Browse the repository at this point in the history
  5. Add syscall node in ast

    adrian13579 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2dfb13f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4621ca7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90d156b View commit details
    Browse the repository at this point in the history
  8. Fix dynamic function call

    adrian13579 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9261a9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62010af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0f57f0 View commit details
    Browse the repository at this point in the history
  11. Minor refactoring

    rodrigo-pino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    10bb4b9 View commit details
    Browse the repository at this point in the history
  12. Minor change

    rodrigo-pino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ee51b8f View commit details
    Browse the repository at this point in the history
  13. Add new nodes

    adrian13579 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1323361 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bcdf7a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f05ad76 View commit details
    Browse the repository at this point in the history
  16. Add new nodes to visitor

    adrian13579 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    46d7f85 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2614527 View commit details
    Browse the repository at this point in the history
  18. Add Multiply node

    adrian13579 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    94d12d8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9d8646f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    261dadf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    86a03c2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0036dec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    608a0eb View commit details
    Browse the repository at this point in the history
  24. Bug fixing

    rodrigo-pino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    217dcf3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bcf6b4d View commit details
    Browse the repository at this point in the history
  26. Add simple ccil test

    rodrigo-pino committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    850a5d2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    53f1442 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    996462e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    06b430c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0c8fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2621484 View commit details
    Browse the repository at this point in the history
  4. Fix several bugs

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    08e67df View commit details
    Browse the repository at this point in the history
  5. Add new tests

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    987118e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63540d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7c3038 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1d961a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abe805d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3a6169 View commit details
    Browse the repository at this point in the history
  11. Add simple case test

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    af33df9 View commit details
    Browse the repository at this point in the history
  12. Minor hierarchy change

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    56f656f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b844fc1 View commit details
    Browse the repository at this point in the history
  14. Add default init values when declaring new attributes and variables.

    Change init class function inner workings
    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    56bb966 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c962d97 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    410c227 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    80f238c View commit details
    Browse the repository at this point in the history
  18. Add attribute test

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7566d3d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ba09161 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    798776d View commit details
    Browse the repository at this point in the history
  21. Add runtime error detection when calling from void expresion

    Fix other minor bugs
    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4ccd479 View commit details
    Browse the repository at this point in the history
  22. Update ccil ast

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9419d59 View commit details
    Browse the repository at this point in the history
  23. Minor improvements

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    4bb8e48 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d2fa0cf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5137974 View commit details
    Browse the repository at this point in the history
  26. Minor refactoring

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    71d470b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c88c901 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c7944c4 View commit details
    Browse the repository at this point in the history
  29. Remove isVoid node

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    a22edef View commit details
    Browse the repository at this point in the history
  30. Add new tests

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1d681f4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2b6b8a0 View commit details
    Browse the repository at this point in the history
  32. Add function_call test

    adrian13579 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e0c1d46 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6ea7b48 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    bff5f44 View commit details
    Browse the repository at this point in the history
  35. Fix type error

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ec26a61 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cbba10c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b9c95e6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    80ca618 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    4735b41 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7ee9073 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    208ebee View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    7c78883 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b951dde View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    10c0715 View commit details
    Browse the repository at this point in the history
  45. Minor bug fixing

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7a131e1 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9fb2e73 View commit details
    Browse the repository at this point in the history
  47. Add print_int test

    adrian13579 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    aac722a View commit details
    Browse the repository at this point in the history
  48. Minor docs improvmenets

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    23973a7 View commit details
    Browse the repository at this point in the history
  49. delete old docs

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    664b62c View commit details
    Browse the repository at this point in the history
  50. Minor refactoring

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1a103f0 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c98238b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    7e03832 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    5add82b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    9f0a2a4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    077c129 View commit details
    Browse the repository at this point in the history
  56. Add entry function

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    de9f90b View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    d93b571 View commit details
    Browse the repository at this point in the history
  58. add entry func

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    fbcf0ec View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    158d2f7 View commit details
    Browse the repository at this point in the history
  60. Add simple_attr test

    adrian13579 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c1a193e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b437dba View commit details
    Browse the repository at this point in the history
  62. Update docs

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7f81db8 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    97d2324 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    15a27eb View commit details
    Browse the repository at this point in the history
  65. Minor fix in return

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    30d0b43 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    3d4922b View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    936681e View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    b310170 View commit details
    Browse the repository at this point in the history
  69. Bug fix

    rodrigo-pino committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    e5ee4d5 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    bb14f13 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Configuration menu
    Copy the full SHA
    7b4cfb4 View commit details
    Browse the repository at this point in the history
  2. Add caller to vcall

    rodrigo-pino committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    5377874 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa2035 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c3fc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61b2664 View commit details
    Browse the repository at this point in the history
  6. Add allocation_call test

    adrian13579 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ced1b50 View commit details
    Browse the repository at this point in the history
  7. Improve docs

    rodrigo-pino committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f55791e View commit details
    Browse the repository at this point in the history
  8. Bug fix

    rodrigo-pino committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fc39b16 View commit details
    Browse the repository at this point in the history
  9. Update codegen docs

    rodrigo-pino committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ba777a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98fd3c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77de5a5 View commit details
    Browse the repository at this point in the history
  12. Add tilde

    rodrigo-pino committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3ebbdd0 View commit details
    Browse the repository at this point in the history
  13. Add initial report

    rodrigo-pino committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    e872a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Configuration menu
    Copy the full SHA
    6a9c352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7d3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e15d2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    511278b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0193640 View commit details
    Browse the repository at this point in the history
  6. Add IdNode visitor

    adrian13579 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    761e57b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b43117 View commit details
    Browse the repository at this point in the history
  8. Add ply to requirements

    adrian13579 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    c11dfc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1203bce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7b2448 View commit details
    Browse the repository at this point in the history
  11. Fix naming bugs

    rodrigo-pino committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    41072a1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da78cf0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    991f9c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75febaf View commit details
    Browse the repository at this point in the history
  15. Add attr.cl test

    adrian13579 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    e698cd9 View commit details
    Browse the repository at this point in the history
  16. Add len builtin function

    adrian13579 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    b5635bf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc16d78 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5384d5e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9226618 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3205aaf View commit details
    Browse the repository at this point in the history
  21. Update attr.cl test

    adrian13579 committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    ec1fc44 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f3e38e3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5768e33 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6d54a92 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    1fe67fa View commit details
    Browse the repository at this point in the history
  2. Fix length function

    adrian13579 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    06dfd34 View commit details
    Browse the repository at this point in the history
  3. Fix string in lexer

    adrian13579 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f44d9a1 View commit details
    Browse the repository at this point in the history
  4. Fix string in lexer

    adrian13579 committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    164fe67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9eca86 View commit details
    Browse the repository at this point in the history
  6. Improve Case Of expressions

    Case Expression are now sorted in the background, where the more
    specific one always comes first.
    
    Add for each case branch the knwoledge of which types match with them.
    
    Other chages in Context and Types Inferencer to apply the previously
    said.
    rodrigo-pino committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    dd5e512 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    850e4c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f95741 View commit details
    Browse the repository at this point in the history
  9. Improve CIL case of translation

    Add functionality to evaluate branch type succesors. (e.g. Int now match
    with Object)
    
    Add built in classes name to .DATA
    
    Some refactoring
    rodrigo-pino committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f310594 View commit details
    Browse the repository at this point in the history
  10. Add new test

    rodrigo-pino committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4114343 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    7048590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1247d6c View commit details
    Browse the repository at this point in the history
  3. Add cmp_string.cl test

    adrian13579 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    06c03ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7baf3e3 View commit details
    Browse the repository at this point in the history
  5. Delete unused constants

    rodrigo-pino committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c03e1d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ffe8d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e64a03c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acb20ac View commit details
    Browse the repository at this point in the history
  9. Add another case test

    rodrigo-pino committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5c0bdcc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f08a776 View commit details
    Browse the repository at this point in the history
  11. Add optimization to not pattern match with a class successor if this …

    …is already declared in case expresion
    rodrigo-pino committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    954861d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    b171fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb381d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf7a21 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    1f209ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4980dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b20fee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d7b0b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    778cc3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    469e905 View commit details
    Browse the repository at this point in the history
  7. Add bool type to ccil

    rodrigo-pino committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    213d191 View commit details
    Browse the repository at this point in the history
  8. Add Bool node

    rodrigo-pino committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4743d4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7990bd7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d5c0cb View commit details
    Browse the repository at this point in the history
  11. Add read_str builtin

    adrian13579 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b7d461b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    124011d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b4a5879 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    362ea43 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6edfa20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7b4a6d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c284dad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    055c56d View commit details
    Browse the repository at this point in the history
  19. Add selftype.cl test

    adrian13579 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    6ce885e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    541286d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    2e1834e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b528f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e95b447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db3628f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cef7f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7812a9 View commit details
    Browse the repository at this point in the history
  7. Fix new SELF_TYPE

    adrian13579 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    573c258 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    315f2e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b44c07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78bea17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96ea9f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1d4a9c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    06097d5 View commit details
    Browse the repository at this point in the history
  14. Change equal node it splits depending on static type between str, int…

    … and address comparisons, isvoid node is now used
    rodrigo-pino committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    64ed301 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8f36d45 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5797518 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eccbecd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f5f02d5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ac13fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8de31d9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b6c4b53 View commit details
    Browse the repository at this point in the history
  22. Bug fix

    rodrigo-pino committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    88aeef5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5cbd832 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32af83a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    236c301 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a1ba182 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    66afa73 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    da09511 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Fix ~ operator

    adrian13579 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    b22643d View commit details
    Browse the repository at this point in the history
  2. Configure main pipeline

    adrian13579 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    bcbc1ee View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Update gitignore

    rodrigo-pino committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5464642 View commit details
    Browse the repository at this point in the history
  2. Minor change

    rodrigo-pino committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    726d4d3 View commit details
    Browse the repository at this point in the history
  3. Add many tests

    rodrigo-pino committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    8c3b4e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bec4db1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e277ad View commit details
    Browse the repository at this point in the history
  6. Minor execution changes

    rodrigo-pino committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    e7ae7cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fd4ab8 View commit details
    Browse the repository at this point in the history
  8. Restructure project

    adrian13579 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4b6180a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecc1130 View commit details
    Browse the repository at this point in the history
  10. Enhance CLI

    adrian13579 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    144ed88 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    823024a View commit details
    Browse the repository at this point in the history
  12. Remove .vscode

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

Commits on Mar 10, 2022

  1. Update report

    adrian13579 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    1721766 View commit details
    Browse the repository at this point in the history
  2. Update report

    adrian13579 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5ccff87 View commit details
    Browse the repository at this point in the history
  3. Add report.pdf

    adrian13579 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    317adb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc08af2 View commit details
    Browse the repository at this point in the history
  5. Delete old reports

    rodrigo-pino committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6ca2e68 View commit details
    Browse the repository at this point in the history
  6. Update report pdf

    rodrigo-pino committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    5a19562 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d22cc3c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Minor report update

    rodrigo-pino committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2ccf55b View commit details
    Browse the repository at this point in the history