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
/
qsp_parser_test.ml
Age
Commit message (
Expand
)
Author
2024-03-27
New test for duplicates evalutations in the code
Chimrod
2024-02-08
Ignore the global checkers if there is a syntax error; ignore error during re...
Chimrod
2023-11-02
Added a new checkers for unecessary use of strig containing an escaped expres...
Chimrod
2023-11-02
Added tests for the nested literal mecanism
Chimrod
2023-11-02
Updated the tests
Chimrod
2023-10-18
Used the dead-end checker in main analysis
Chimrod
2023-10-01
Added some test for syntax errors
Chimrod
2023-09-29
Added a global line counter (off by default)
Chimrod
2023-09-29
New precedence test
Chimrod
2023-09-29
Made the lexer buffer abstract
Chimrod
2023-09-29
Skip the faulty location when reading the whole compiled file
Chimrod
2023-09-29
Reduced the number of error messages
Chimrod
2023-09-29
Allow differents file encoding for the source
Chimrod
2023-09-29
Switched to sedlex instead of ocamllex
Chimrod
2023-09-25
Name clash correction
Chimrod
2023-09-24
Variable without index are now evaluated as well
Chimrod
2023-09-23
Correction in the parser preseance
Chimrod
2023-09-22
Correction in precedence order
Chimrod
2023-09-22
first commit
Chimrod