Age | Commit message (Expand) | Author |
2024-02-08 | Added a general context for each test | Chimrod |
2024-02-08 | Added a new error message | Chimrod |
2024-02-02 | New specific error message | Chimrod |
2024-01-20 | Reject a syntax which was incorrectly accepted | Chimrod |
2024-01-19 | Wait to get a valid syntax before considering a new location | Chimrod |
2024-01-18 | Change STATTXT into an identifier instead of a function | Chimrod |
2024-01-15 | Ignore the _ character when used as a forced line break | Chimrod |
2024-01-15 | Updated the code used to read the location name | Chimrod |
2024-01-14 | Report as a Warn error when an string is assigned in an Int variable | Chimrod |
2023-12-11 | Added a new error message in case of missing operand | Chimrod |
2023-11-29 | Added a test for the mod operator | Chimrod |
2023-11-24 | Added two error messages | Chimrod |
2023-11-13 | Simplified the representation of expressions in strings | Chimrod |
2023-11-09 | Added a test | Chimrod |
2023-11-06 | In the string expression simplification, only report the strings converted in... | Chimrod |
2023-11-02 | Added a new checkers for unecessary use of strig containing an escaped expres... | Chimrod |
2023-11-02 | Managed the strings in strings | Chimrod |
2023-11-02 | Added tests for the nested literal mecanism | Chimrod |
2023-11-02 | Updated the interface | Chimrod |
2023-11-02 | Set up a context for parsing the literal strings | Chimrod |
2023-11-02 | Updated the tests | Chimrod |
2023-10-25 | Refactoring the API | Chimrod |
2023-10-21 | Updated the tests | Chimrod |
2023-10-18 | Used the dead-end checker in main analysis | Chimrod |
2023-10-18 | New message for error | Chimrod |
2023-10-18 | Also used the new Check modulein the tests | Chimrod |
2023-10-18 | Used the type S.repr in Syntax/Location.t | Chimrod |
2023-10-18 | Made explicit the use of the report in the parser | Chimrod |
2023-10-15 | Switched the keyword from string to a sum type | Chimrod |
2023-10-15 | New errors reported | Chimrod |
2023-10-15 | Added a new error case | Chimrod |
2023-10-07 | Added the error message in case of unclosed quote in a text | Chimrod |
2023-10-05 | Two new error messages | Chimrod |
2023-10-05 | Added a new error message | Chimrod |
2023-10-01 | Added some test for syntax errors | Chimrod |
2023-09-29 | Added a global line counter (off by default) | Chimrod |
2023-09-29 | New precedence test | Chimrod |
2023-09-29 | Made the lexer buffer abstract | Chimrod |
2023-09-29 | Skip the faulty location when reading the whole compiled file | Chimrod |
2023-09-29 | Reduced the number of error messages | Chimrod |
2023-09-29 | Allow differents file encoding for the source | Chimrod |
2023-09-29 | Switched to sedlex instead of ocamllex | Chimrod |
2023-09-25 | Name clash correction | Chimrod |
2023-09-24 | Variable without index are now evaluated as well | Chimrod |
2023-09-23 | Correction in the parser preseance | Chimrod |
2023-09-22 | Correction in precedence order | Chimrod |
2023-09-22 | Update readme | Chimrod |
2023-09-22 | first commit | Chimrod |