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
/
test
/
syntax_error.ml
Age
Commit message (
Expand
)
Author
2024-04-08
Handle syntax error in string escape mecamism
Chimrod
2024-03-31
Dedicated error message for '+ ='
Chimrod
2024-02-08
Added a new error message
Chimrod
2024-02-02
New specific error message
Chimrod
2024-01-20
Reject a syntax which was incorrectly accepted
Chimrod
2024-01-19
Wait to get a valid syntax before considering a new location
Chimrod
2023-12-11
Added a new error message in case of missing operand
Chimrod
2023-11-24
Added two error messages
Chimrod
2023-11-13
Simplified the representation of expressions in strings
Chimrod
2023-11-02
Updated the interface
Chimrod
2023-10-21
Updated the tests
Chimrod
2023-10-18
New message for error
Chimrod
2023-10-18
Made explicit the use of the report in the parser
Chimrod
2023-10-15
New errors reported
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-05
Two new error messages
Chimrod
2023-10-05
Added a new error message
Chimrod
2023-10-01
Added some test for syntax errors
Chimrod