Age | Commit message (Expand) | Author |
2024-04-08 | Handle syntax error in string escape mecamism | Chimrod |
2024-03-31 | Dedicated error message for '+ =' | Chimrod |
2024-03-28 | Declared explicitaly the transitive depency | Chimrod |
2024-03-28 | Raise the message level from Warning to Error for duplicated predicates check | Chimrod |
2024-03-27 | Added the check (I should have had order my commit betters) | Chimrod |
2024-03-27 | Update the readme as well | Chimrod |
2024-03-27 | New test for duplicates evalutations in the code | Chimrod |
2024-03-15 | Added eq and hash functions in the Ast.Expression | Chimrod |
2024-02-28 | Update the project dependencies | 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 | Updated the interface for default expression analyzer | Chimrod |
2024-02-08 | Added a new error message | Chimrod |
2024-02-02 | New specific error message | Chimrod |
2024-01-25 | Make the option --global effective with qsrc file | 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 | Do not raise type error on dyneval function | Chimrod |
2024-01-15 | Updated the code used to read the location name | Chimrod |
2024-01-14 | Documentation update | Chimrod |
2024-01-14 | Report as a Warn error when an string is assigned in an Int variable | Chimrod |
2024-01-14 | Also include the debugs messages in the exit code | Chimrod |
2024-01-04 | Added return code to tell if everything is ok | 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-29 | Added a test for the mod operator | Chimrod |
2023-11-24 | Added two error messages | Chimrod |
2023-11-15 | Added a functor for creating a lazy version of an Expression module | Chimrod |
2023-11-13 | Simplified the representation of expressions in strings | Chimrod |
2023-11-09 | Made the compose evaluation lazy | Chimrod |
2023-11-09 | Added a way to compose a test with another one | 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-05 | Fixup in the --help message | Chimrod |
2023-11-04 | Allow test to be enabled or disabled by command line | Chimrod |
2023-11-04 | List all the available tests on command line | Chimrod |
2023-11-03 | Removed the interractive command line option | 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 | 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 |