You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Berdine c147ab4197
Refactor Sil.attribute and associates to PredSymb
8 years ago
..
README.md Created IR folder for the intermediate representaion files. 9 years ago
eradicate.ml Refactor Sil.attribute and associates to PredSymb 8 years ago
eradicate.mli Refactor Sil.exp to Exp.t 8 years ago
eradicateChecks.ml Refactor Sil.exp to Exp.t 8 years ago
modelTables.ml Remove -open(Utils) compile flag hack 9 years ago
modelTables.mli Remove -open(Utils) compile flag hack 9 years ago
models.ml Reimplement command line options 9 years ago
typeAnnotation.ml Remove -open(Utils) compile flag hack 9 years ago
typeAnnotation.mli Refactor Sil.typ into separate Typ module 9 years ago
typeCheck.ml Refactor operations on Exp.t in Sil to Exp 8 years ago
typeCheck.mli Refactor Sil.typ into separate Typ module 9 years ago
typeErr.ml Refactor Sil.typ into separate Typ module 9 years ago
typeErr.mli Refactor Sil.typ into separate Typ module 9 years ago
typeOrigin.ml Refactor Sil.typ into separate Typ module 9 years ago
typeOrigin.mli Remove -open(Utils) compile flag hack 9 years ago
typeState.ml Refactor exp_equal and exp_compare to Exp 8 years ago
typeState.mli Refactor Sil.exp to Exp.t 8 years ago

README.md

Eradicate @Nullable Checker

Eradicate is a type checker for @Nullable annotations for Java. The goal is to eradicate null pointer exceptions. See Eradicate.

The main entry point is module Eradicate.