Linter.ForwardAnalyserModule ForwardAnalyser :
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 ForwardAnalyser moduleMake : Functor that takes a module implementing the ForwardAnalyserLogic interface and returns a module implementing the S signature