Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-30 | Rewording | Juan J. Martinez | |
2022-08-30 | Refer to the language spec | Juan J. Martinez | |
2022-08-30 | Typos | Juan J. Martinez | |
2022-08-22 | WIP of language specification | Juan J. Martinez | |
2022-08-21 | Changed comment format | Juan J. Martinez | |
2022-08-21 | Use # as line comment | Juan J. Martinez | |
2022-08-21 | Order | Juan J. Martinez | |
2022-08-21 | Test for binary number parsing | Juan J. Martinez | |
2022-08-21 | Support for binary numbers witg 0b[0-1] notation | Juan J. Martinez | |
2022-08-21 | Wording | Juan J. Martinez | |
2022-08-21 | Test lambdas can access local variables only | Juan J. Martinez | |
2022-08-21 | Show the error types we got | 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-20 | Test name | Juan J. Martinez | |
2022-08-20 | Test name | 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 error tests | Juan J. Martinez | |
2022-08-17 | More sensible error types | Juan J. Martinez | |
2022-08-17 | Missing dependency | 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-16 | Added more tests | Juan J. Martinez | |
2022-08-16 | Split in test cases | Juan J. Martinez | |
2022-08-16 | Return test | Juan J. Martinez | |
2022-08-15 | Some tests for the AST | 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-15 | URL for the project | Juan J. Martinez | |
2022-08-14 | Introduced tests | Juan J. Martinez | |
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 | |
2022-08-14 | Missing case | Juan J. Martinez | |
Also removed unused as-pattern. | |||
2022-08-14 | Missing case | Juan J. Martinez | |
2022-08-14 | Typechecking return | Juan J. Martinez | |
2022-08-14 | Provide information about types | Juan J. Martinez | |
2022-08-14 | Removed extra endl | Juan J. Martinez | |
2022-08-14 | Display types | Juan J. Martinez | |
2022-08-14 | Typecheck function calls | Juan J. Martinez | |
2022-08-14 | Extract code to add errors to the state | Juan J. Martinez | |
2022-08-14 | Check arity | Juan J. Martinez | |
2022-08-14 | Formatting | Juan J. Martinez | |
It wasn't rendering correctly in cgit. | |||
2022-08-14 | Slightly better error message | Juan J. Martinez | |
2022-08-14 | Return the type of the function | Juan J. Martinez | |
This makes lambda calls work. | |||
2022-08-14 | Check type of expressions in calls to be callable | Juan J. Martinez | |