index
:
qsp_parser.git
master
Parser and analyzer for the QSP Language
Sébastien Dailly
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
qparser
/
lexer.ml
Age
Commit message (
Expand
)
Author
2024-01-20
Better recovery after an error — prevent an infinite loop
Chimrod
2024-01-19
Wait to get a valid syntax before considering a new location
Chimrod
2024-01-15
Ignore the _ character when used as a forced line break
Chimrod
2024-01-15
Updated the code used to read the location name
Chimrod
2023-12-08
Better error recovery after an error in one source file
Chimrod
2023-12-07
Removed debug messages
Chimrod
2023-11-03
Added the /= operator
Chimrod
2023-11-02
Managed the strings in strings
Chimrod
2023-11-02
Set up a context for parsing the literal strings
Chimrod
2023-11-02
Updated the way to process the strings
Chimrod
2023-11-02
Used the same state for the expression levels
Chimrod
2023-10-30
Added a state in the string evaluation
Chimrod
2023-10-26
Update the documentation in the parser
Chimrod
2023-10-15
Switched the keyword from string to a sum type
Chimrod
2023-10-15
Added a new error case
Chimrod
2023-10-07
Added the error message in case of unclosed quote in a text
Chimrod
2023-10-06
Moved qparser and syntax in the library folder
Chimrod