aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/analyzer.ml
AgeCommit message (Expand)Author
2024-04-08Handle syntax error in string escape mecamismChimrod
2024-02-08Ignore the global checkers if there is a syntax error; ignore error during re...Chimrod
2024-02-08Added a general context for each testChimrod
2023-11-03Extracting the report from the Location checker is now in it’s own functionChimrod
2023-10-30Added a state in the string evaluationChimrod
2023-10-25Now I have the API I want. Everything is abstract in the type S.AnalyzerChimrod
2023-10-18Used the type S.repr in Syntax/Location.tChimrod
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