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.ml
Age
Commit message (
Expand
)
Author
2024-12-02
Moved the checks in a dedicated library
Chimrod
2024-09-13
Added a syntax check in the comments
Chimrod
2024-06-20
Removed the need for () after rnd
Chimrod
2024-02-08
Ignore the global checkers if there is a syntax error; ignore error during re...
Chimrod
2024-02-08
Added a general context for each test
Chimrod
2024-01-20
Reject a syntax which was incorrectly accepted
Chimrod
2024-01-18
Change STATTXT into an identifier instead of a function
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-11-29
Added a test for the mod operator
Chimrod
2023-11-02
Added tests for the nested literal mecanism
Chimrod
2023-11-02
Updated the interface
Chimrod
2023-11-02
Set up a context for parsing the literal strings
Chimrod
2023-10-25
Refactoring the API
Chimrod
2023-10-18
Also used the new Check modulein the tests
Chimrod
2023-10-18
Used the type S.repr in Syntax/Location.t
Chimrod
2023-10-18
Made explicit the use of the report in the parser
Chimrod
2023-10-15
Switched the keyword from string to a sum type
Chimrod
2023-10-01
Added some test for syntax errors
Chimrod