aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/lexer.ml
AgeCommit message (Expand)Author
2023-12-07Removed debug messagesChimrod
2023-11-03Added the /= operatorChimrod
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-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