aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/lexbuf.mli
AgeCommit message (Collapse)Author
2024-02-08Ignore the global checkers if there is a syntax error; ignore error during ↵Chimrod
recovery after a syntax error
2024-01-20Better recovery after an error — prevent an infinite loopChimrod
2023-11-02Managed the strings in stringsChimrod
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-26Update the documentation in the parserChimrod
2023-10-15Switched the keyword from string to a sum typeChimrod
2023-10-06Moved qparser and syntax in the library folderChimrod