[absint] move the framework bits/utilities of Infer.AI to a separate directory from the clients (checkers ~= transfer functions + domains)
Reviewed By: jvillard Differential Revision: D5264488 fbshipit-source-id: 454d03fmaster
parent
63fcddb4a7
commit
4f54fabf4f
@ -0,0 +1,3 @@
|
||||
# AbsInt
|
||||
|
||||
Code + utilties for the Infer.AI abstract interpretation framework.
|
@ -1,9 +1,3 @@
|
||||
# Checkers
|
||||
|
||||
Checkers is an infrastructure to facitilate writing lightweight checks starting from the Intermediate Representation [IR](../IR/README.md) of a project.
|
||||
|
||||
Module [Checkers](checkers.mli) contains a number of sample checkers.
|
||||
|
||||
Individual checkers can be activated using module [RegisterCheckers](registercheckers.ml).
|
||||
|
||||
|
||||
Transfer functions, abstract domains, and checker configuration.
|
Loading…
Reference in new issue