aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser
AgeCommit message (Expand)Author
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-04-08Handle syntax error in string escape mecamismChimrod
2024-03-31Dedicated error message for '+ ='Chimrod
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-08Added a new error messageChimrod
2024-02-02New specific error messageChimrod
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-15Updated the code used to read the location nameChimrod
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-24Added two error messagesChimrod
2023-11-13Simplified the representation of expressions in stringsChimrod
2023-11-03Added the /= operatorChimrod
2023-11-03Extracting the report from the Location checker is now in it’s own functionChimrod
2023-11-02Managed the strings in stringsChimrod
2023-11-02Updated the interfaceChimrod
2023-11-02Set up a context for parsing the literal stringsChimrod
2023-11-02Updated the way to process the stringsChimrod
2023-11-02Used the same state for the expression levelsChimrod
2023-10-30Added a state in the string evaluationChimrod
2023-10-30Removed unused tokensChimrod
2023-10-26Update the documentation in the parserChimrod
2023-10-25Updated the documentationChimrod
2023-10-25Now I have the API I want. Everything is abstract in the type S.AnalyzerChimrod
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-18Used the type S.repr in Syntax/Location.tChimrod
2023-10-18Made the interface more parametrizedChimrod
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
2023-10-06Moved qparser and syntax in the library folderChimrod