Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-07 | Better project layout, removed warnings | 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-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 | |
2022-09-04 | Type-checking variable declaration | Juan J. Martinez | |
2022-09-02 | Private only makes sense for global variables | Juan J. Martinez | |
Also make error reporting slightly better on statements. | |||
2022-09-02 | Private variables | Juan J. Martinez | |
2022-09-01 | Use the position of the ident | Juan J. Martinez | |
2022-09-01 | Fix: if binNum fails, backtrack | Juan J. Martinez | |
2022-09-01 | Variable declaration | Juan J. Martinez | |
2022-08-31 | Technically is the function type itself what is testing | Juan J. Martinez | |
2022-08-30 | Check undefined types | Juan J. Martinez | |
2022-08-30 | Boolean type, and true/false symbols | Juan J. Martinez | |
2022-08-21 | Use # as line comment | Juan J. Martinez | |
2022-08-21 | Support for binary numbers witg 0b[0-1] notation | Juan J. Martinez | |
2022-08-21 | Qualified undefined variable error, added test | Juan J. Martinez | |
2022-08-20 | Refactor expectError | Juan J. Martinez | |
We expect a specific error in a list of errors. Added case for call on non callable symbol. | |||
2022-08-20 | Qualified as non callable error | Juan J. Martinez | |
2022-08-18 | Added CLI | Juan J. Martinez | |
2022-08-18 | This words make the errors more readable | Juan J. Martinez | |
2022-08-17 | More sensible error types | Juan J. Martinez | |
2022-08-16 | Unexpected return error | Juan J. Martinez | |
2022-08-16 | Missing cases | Juan J. Martinez | |
2022-08-16 | Test labels, test for errors WIP | Juan J. Martinez | |
2022-08-15 | Try call before lambda | Juan J. Martinez | |
2022-08-15 | Unify error reporting | Juan J. Martinez | |
2022-08-15 | Better error reporting | Juan J. Martinez | |
These don't need backtracking. | |||
2022-08-14 | Limit lambdas to only use local variables | Juan J. Martinez | |
Dynamic allocation (and hence closures) is not supported. | |||
2022-08-14 | Unnecessary parenthesis | Juan J. Martinez | |
2022-08-14 | Case removed by mistake | Juan J. Martinez | |