aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysFix in the format template displaying error messageHEADmasterChimrod
2025-03-24Added a new specific error messageChimrod
2025-03-24In case of identified error, leave the state properly at the end of the locationChimrod
2025-01-05Factorized some codeChimrod
2025-01-05Added new testsChimrod
2025-01-04New custom error messageChimrod
2025-01-03Added dynamic check mecanismChimrod
2024-12-28Changed the error message for duplicated cases from Error to WarningChimrod
2024-12-25Fixed a bug in the analysis of the min argumentsChimrod
2024-12-25Found a bug in the string interpretationChimrod
2024-12-09Added documentationChimrod
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-11-15Fix a correction in the location identification in the unused variable parserChimrod
2024-11-15Added a global check reporting variables only readsChimrod
2024-09-15Uses std library instead of implementing itChimrod
2024-09-13Added a syntax check in the commentsChimrod
2024-08-12Created a dedicated file for the single line instructionChimrod
2024-06-20Removed the need for () after rndChimrod
2024-06-15Cleanup the codeChimrod
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-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