aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04Enforced the type_of checkerChimrod
2024-04-08Handle syntax error in string escape mecamismChimrod
2024-03-31Dedicated error message for '+ ='Chimrod
2024-03-28Declared explicitaly the transitive depencyChimrod
2024-03-28Raise the message level from Warning to Error for duplicated predicates checkChimrod
2024-03-27Added the check (I should have had order my commit betters)Chimrod
2024-03-27Update the readme as wellChimrod
2024-03-27New test for duplicates evalutations in the codeChimrod
2024-03-15Added eq and hash functions in the Ast.ExpressionChimrod
2024-02-28Update the project dependenciesChimrod
2024-02-08Ignore the global checkers if there is a syntax error; ignore error during re...Chimrod
2024-02-08Added a new check to ensure that every call to another location points to an ...Chimrod
2024-02-08Added a general context for each testChimrod
2024-02-08Updated the interface for default expression analyzerChimrod
2024-02-08Added a new error messageChimrod
2024-02-02New specific error messageChimrod
2024-01-25Make the option --global effective with qsrc fileChimrod
2024-01-20Reject a syntax which was incorrectly acceptedChimrod
2024-01-20Better recovery after an error — prevent an infinite loopChimrod
2024-01-19Wait to get a valid syntax before considering a new locationChimrod
2024-01-18Change STATTXT into an identifier instead of a functionChimrod
2024-01-15Ignore the _ character when used as a forced line breakChimrod
2024-01-15Do not raise type error on dyneval functionChimrod
2024-01-15Updated the code used to read the location nameChimrod
2024-01-14Documentation updateChimrod
2024-01-14Report as a Warn error when an string is assigned in an Int variableChimrod
2024-01-14Also include the debugs messages in the exit codeChimrod
2024-01-04Added return code to tell if everything is okChimrod
2023-12-11Added a new error message in case of missing operandChimrod
2023-12-08Better error recovery after an error in one source fileChimrod
2023-12-07QSPVER was incorrectly considered as a function and not a keywordChimrod
2023-12-07Removed debug messagesChimrod
2023-11-29Added a test for the mod operatorChimrod
2023-11-24Added two error messagesChimrod
2023-11-15Added a functor for creating a lazy version of an Expression moduleChimrod
2023-11-13Simplified the representation of expressions in stringsChimrod
2023-11-09Made the compose evaluation lazyChimrod
2023-11-09Added a way to compose a test with another oneChimrod
2023-11-09Added a testChimrod
2023-11-06In the string expression simplification, only report the strings converted in...Chimrod
2023-11-05Fixup in the --help messageChimrod
2023-11-04Allow test to be enabled or disabled by command lineChimrod
2023-11-04List all the available tests on command lineChimrod
2023-11-03Removed the interractive command line optionChimrod
2023-11-03Added the /= operatorChimrod
2023-11-03Extracting the report from the Location checker is now in it’s own functionChimrod
2023-11-02Added a new checkers for unecessary use of strig containing an escaped expres...Chimrod
2023-11-02Managed the strings in stringsChimrod
2023-11-02Added tests for the nested literal mecanismChimrod
2023-11-02Updated the interfaceChimrod