package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Copyright (c) 2017-2019 Aymeric Fromherz and The MOPSA Project

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

val debug : ('a, Format.formatter, unit, unit) format4 -> 'b
val pp_scope : Format.formatter -> (Ast.var list * Ast.var list) -> unit
val counter : int ref
val create_new_uid : Ast.var -> Ast.var
val gc : Ast.var list
val start_counter_at : int -> unit
val translate_program : Ast.program -> Ast.program * int
val translate_stmt : (Ast.var list * Ast.var list) -> Ast.stmt -> Ast.stmt
val translate_expr : (Ast.var list * Ast.var list) -> Ast.expr -> Ast.expr
val translate_stmt_option : (Ast.var list * Ast.var list) -> Ast.stmt option -> Ast.stmt option
val translate_expr_option : (Ast.var list * Ast.var list) -> Ast.expr option -> Ast.expr option
val translate_except_handler : (Ast.var list * Ast.var list) -> Mopsa_utils.Location.range -> Ast.except -> Ast.except
val translate_comprehension : (Ast.comprehension list * (Ast.var list * Ast.var list)) -> Ast.comprehension -> Ast.comprehension list * (Ast.var list * Ast.var list)
val find_in_scope : (Ast.var list * Ast.var list) -> Mopsa_utils.Location.range -> Ast.var -> Ast.var
OCaml

Innovation. Community. Security.