aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/nested_strings.ml
AgeCommit message (Expand)Author
2024-02-08Added a new check to ensure that every call to another location points to an ...Chimrod
2024-02-08Added a general context for each testChimrod
2023-11-13Simplified the representation of expressions in stringsChimrod
2023-11-09Made the compose evaluation lazyChimrod
2023-11-09Added a way to compose a test with another oneChimrod
2023-11-06In the string expression simplification, only report the strings converted in...Chimrod
2023-11-04Allow test to be enabled or disabled by command lineChimrod
2023-11-04List all the available tests on command lineChimrod
2023-11-03Extracting the report from the Location checker is now in it’s own functionChimrod
2023-11-02Added a new checkers for unecessary use of strig containing an escaped expres...Chimrod