aboutsummaryrefslogtreecommitdiff
path: root/lib/syntax/check.ml
AgeCommit message (Expand)Author
2024-09-15Uses std library instead of implementing itChimrod
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-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-02Updated the interfaceChimrod
2023-10-25Updated the documentationChimrod
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-18Applied this new way to check the errors in the main codeChimrod
2023-10-18New checker which operate accumulate differents other checkersChimrod