aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/dead_end.ml
AgeCommit message (Expand)Author
2024-02-08Updated the interface for default expression analyzerChimrod
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-10-25Now I have the API I want. Everything is abstract in the type S.AnalyzerChimrod
2023-10-25Refactoring the APIChimrod
2023-10-18Used the dead-end checker in main analysisChimrod
2023-10-18Made explicit the use of the report in the parserChimrod
2023-10-15New analyzer for the dead endChimrod