aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-12-25Fixed a bug in the analysis of the min argumentsChimrod
2024-12-25Found a bug in the string interpretationChimrod
2024-12-09Splitted the code and declare the test catalog in it’s own moduleChimrod
2024-12-02Moved the checks in a dedicated libraryChimrod
2024-09-13Added a syntax check in the commentsChimrod
2024-06-20Removed the need for () after rndChimrod
2024-06-15Better type handlingChimrod
2024-06-11New tests and more typecheckChimrod
2024-06-11Regression in the latest modificationsChimrod
2024-06-06Forgot the case where + is used as a concatenation operatorChimrod
2024-06-05Typeof: Do not raise warning when assigning an integer in a string variableChimrod
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-27New test for duplicates evalutations in the codeChimrod
2024-02-08Ignore the global checkers if there is a syntax error; ignore error during ↵Chimrod
recovery after a syntax error
2024-02-08Added a general context for each testChimrod
2024-02-08Added a new error messageChimrod
2024-02-02New specific error messageChimrod
2024-01-20Reject a syntax which was incorrectly acceptedChimrod
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-15Updated the code used to read the location nameChimrod
2024-01-14Report as a Warn error when an string is assigned in an Int variableChimrod
2023-12-11Added a new error message in case of missing operandChimrod
2023-11-29Added a test for the mod operatorChimrod
2023-11-24Added two error messagesChimrod
2023-11-13Simplified the representation of expressions in stringsChimrod
2023-11-09Added a testChimrod
2023-11-06In the string expression simplification, only report the strings converted ↵Chimrod
into strings
2023-11-02Added a new checkers for unecessary use of strig containing an escaped ↵Chimrod
expression
2023-11-02Managed the strings in stringsChimrod
2023-11-02Added tests for the nested literal mecanismChimrod
2023-11-02Updated the interfaceChimrod
2023-11-02Set up a context for parsing the literal stringsChimrod
2023-11-02Updated the testsChimrod
2023-10-25Refactoring the APIChimrod
2023-10-21Updated the testsChimrod
2023-10-18Used the dead-end checker in main analysisChimrod
2023-10-18New message for errorChimrod
2023-10-18Also used the new Check modulein the testsChimrod
2023-10-18Used the type S.repr in Syntax/Location.tChimrod
2023-10-18Made explicit the use of the report in the parserChimrod
2023-10-15Switched the keyword from string to a sum typeChimrod
2023-10-15New errors reportedChimrod
2023-10-15Added a new error caseChimrod
2023-10-07Added the error message in case of unclosed quote in a textChimrod