aboutsummaryrefslogtreecommitdiff
path: root/test/syntax.ml
AgeCommit message (Collapse)Author
2024-12-09Splitted the code and declare the test catalog in it’s own moduleChimrod
2024-12-02Moved the checks in a dedicated libraryChimrod
2024-09-13Added a syntax check in the commentsChimrod
2024-06-20Removed the need for () after rndChimrod
2024-02-08Ignore the global checkers if there is a syntax error; ignore error during ↵Chimrod
recovery after a syntax error
2024-02-08Added a general context for each testChimrod
2024-01-20Reject a syntax which was incorrectly acceptedChimrod
2024-01-18Change STATTXT into an identifier instead of a functionChimrod
2024-01-15Ignore the _ character when used as a forced line breakChimrod
2024-01-15Updated the code used to read the location nameChimrod
2023-11-29Added a test for the mod operatorChimrod
2023-11-02Added tests for the nested literal mecanismChimrod
2023-11-02Updated the interfaceChimrod
2023-11-02Set up a context for parsing the literal stringsChimrod
2023-10-25Refactoring the APIChimrod
2023-10-18Also used the new Check modulein the testsChimrod
2023-10-18Used the type S.repr in Syntax/Location.tChimrod
2023-10-18Made explicit the use of the report in the parserChimrod
2023-10-15Switched the keyword from string to a sum typeChimrod
2023-10-01Added some test for syntax errorsChimrod