Ast.FrontendSourceFrontends
This module manages the frontends of supported languages that translate input source files into a Mopsa Program.program.
type frontend = {lang : string;Language of the frontend
*)parse : string list -> Program.program;}Frontends