Linter.BackwardAnalyserModule BackwardAnalyser :
This module implements a forward dataflow analysis for Jasmin programs. Analysis is defined at function level. The analysis find a fixpoint for given dataflow equations described by the user.
It defines three modules :
Logic : Abstract interface for the logic of the forward analysisS : Signature of the BackwardAnalyser moduleMake : Functor that takes a module implementing the Logic interface and returns a module implementing the S signature