package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module C_AST : sig ... end

C_AST - Simpler C AST

module C_parser : sig ... end
module C_print : sig ... end

C_print - Printing, converts C AST to valid C code

module C_simplify : sig ... end

C_simplify - C AST to C AST simplification

module C_utils : sig ... end

C_utils - Utilities to access the simple C AST

module Clang_AST : sig ... end

Clang_AST - Raw Clang AST, in OCaml

module Clang_dump : sig ... end

Clang_dump - Simple (and ugly) printer for Clang_AST, used for debugging

module Clang_parser : sig ... end

Clang_parser - Extracting Clang AST to OCaml

module Clang_parser_cache : sig ... end

Clang_parser_cache - Cache parsed AST to improve efficiency.

module Clang_to_C : sig ... end

Clang_to_C - Translates Clang AST to C AST and link C AST

module Clang_utils : sig ... end

Clang_utils - Utilities for the Clang AST

OCaml

Innovation. Community. Security.