Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-25 | Cases for plus/minus | Juan J. Martinez | |
2022-09-25 | Some sub cases | Juan J. Martinez | |
2022-09-25 | Clean up | Juan J. Martinez | |
2022-09-14 | Playing with some ideas | Juan J. Martinez | |
2022-09-14 | Use modify | Juan J. Martinez | |
2022-09-12 | Track local variables, WIP code gen | Juan J. Martinez | |
2022-09-12 | Don't list tests, put them in a list | Juan J. Martinez | |
2022-09-12 | Some checks | Juan J. Martinez | |
2022-09-12 | fold constant can return errors | Juan J. Martinez | |
2022-09-11 | More folding | Juan J. Martinez | |
2022-09-11 | More folding | Juan J. Martinez | |
2022-09-11 | Better job splitting constnt folding | Juan J. Martinez | |
2022-09-11 | Prevent infinite loop | Juan J. Martinez | |
2022-09-11 | Comment | Juan J. Martinez | |
2022-09-11 | Fixed constant folding in function body and return | Juan J. Martinez | |
2022-09-11 | Constant folding fixes | Juan J. Martinez | |
2022-09-11 | Folding constants in addition | Juan J. Martinez | |
2022-09-10 | Preparing constant folding | Juan J. Martinez | |
2022-09-10 | Doesn't belong here | Juan J. Martinez | |
2022-09-10 | Renamed constructor | Juan J. Martinez | |
2022-09-10 | Revisited parser interface | Juan J. Martinez | |
2022-09-10 | Better interface | Juan J. Martinez | |
2022-09-10 | Fix: only needs to change the environment | Juan J. Martinez | |
2022-09-10 | Not needed | Juan J. Martinez | |
2022-09-10 | Use a record for state | Juan J. Martinez | |
2022-09-09 | That was incorrect | Juan J. Martinez | |
2022-09-09 | Officially calling it just micro | Juan J. Martinez | |
2022-09-09 | Pass the version | Juan J. Martinez | |
2022-09-09 | SDCC generation WIP | Juan J. Martinez | |
2022-09-09 | Refactored the compiler result to plug in the code generator | Juan J. Martinez | |
Also some tweaks in error reporting. | |||
2022-09-08 | Licence clarification | Juan J. Martinez | |
2022-09-07 | Better project layout, removed warnings | Juan J. Martinez | |
2022-09-07 | Some docs on operators | Juan J. Martinez | |
2022-09-07 | This is missing | Juan J. Martinez | |
2022-09-06 | Typecheck binary operator | Juan J. Martinez | |
2022-09-06 | Assignation | Juan J. Martinez | |
2022-09-06 | Split statement parsers to get better error reporting | Juan J. Martinez | |
Also prevents duplicated parsers for var. | |||
2022-09-06 | Group variable declaration | Juan J. Martinez | |
2022-09-05 | Much simpler | Juan J. Martinez | |
2022-09-04 | Typo, formatting of comment | Juan J. Martinez | |
2022-09-04 | Ccmment clarifying the case | Juan J. Martinez | |
2022-09-04 | Typo | Juan J. Martinez | |
2022-09-04 | Revert "Unneeded (duplicated) case" | Juan J. Martinez | |
It is actually needed because when we resolve the parameters it is possible some of them are wrong and we may end with a number of "right" that is less than the number of parameters we had initially. This reverts commit 72dc8f0490a26c2438b5eff9fe29a3197036d6e5. | |||
2022-09-04 | Unneeded (duplicated) case | Juan J. Martinez | |
2022-09-04 | Use pure for pure values | Juan J. Martinez | |
2022-09-04 | Guards, use them | Juan J. Martinez | |
2022-09-04 | Resolving the value may add errors to state | Juan J. Martinez | |
In this way we preserve them (like in "return"). | |||
2022-09-04 | Comment | Juan J. Martinez | |
2022-09-04 | Parse only flag | Juan J. Martinez | |
2022-09-04 | Refactored typecheck value | Juan J. Martinez | |