Age | Commit message (Expand) | Author |
2025-01-04 | New custom error message | Chimrod |
2025-01-03 | Added dynamic check mecanism | Chimrod |
2024-12-25 | Found a bug in the string interpretation | Chimrod |
2024-09-13 | Added a syntax check in the comments | Chimrod |
2024-08-12 | Created a dedicated file for the single line instruction | Chimrod |
2024-06-20 | Removed the need for () after rnd | Chimrod |
2024-04-08 | Handle syntax error in string escape mecamism | Chimrod |
2024-03-31 | Dedicated error message for '+ =' | Chimrod |
2024-02-08 | Ignore the global checkers if there is a syntax error; ignore error during re... | Chimrod |
2024-02-08 | Added a new check to ensure that every call to another location points to an ... | Chimrod |
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-20 | Better recovery after an error — prevent an infinite loop | 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 |
2023-12-11 | Added a new error message in case of missing operand | Chimrod |
2023-12-08 | Better error recovery after an error in one source file | Chimrod |
2023-12-07 | QSPVER was incorrectly considered as a function and not a keyword | Chimrod |
2023-12-07 | Removed debug messages | Chimrod |
2023-11-24 | Added two error messages | Chimrod |
2023-11-13 | Simplified the representation of expressions in strings | Chimrod |
2023-11-03 | Added the /= operator | Chimrod |
2023-11-03 | Extracting the report from the Location checker is now in it’s own function | Chimrod |
2023-11-02 | Managed the strings in strings | 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 way to process the strings | Chimrod |
2023-11-02 | Used the same state for the expression levels | Chimrod |
2023-10-30 | Added a state in the string evaluation | Chimrod |
2023-10-30 | Removed unused tokens | Chimrod |
2023-10-26 | Update the documentation in the parser | Chimrod |
2023-10-25 | Updated the documentation | Chimrod |
2023-10-25 | Now I have the API I want. Everything is abstract in the type S.Analyzer | 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 | Used the type S.repr in Syntax/Location.t | Chimrod |
2023-10-18 | Made the interface more parametrized | 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-06 | Moved qparser and syntax in the library folder | Chimrod |