package diffast-langs-fortran-parsing

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

Module Parser.MakeSource

Parameters

Signature

Sourcetype token = Tokens_.token
Sourceexception Error
Sourceval special_token : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit
Sourceval special_symbol : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit
Sourceval pp_token : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit
Sourceval pp_branch : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit
Sourceval partial_variable : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_type_spec : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_type_declaration_stmt : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_type_bound_proc_part : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_subroutine_stmt_head : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_subroutine_head : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_subprograms : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_stmts : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_specification_part : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_spec__exec : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_pu_tail : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_program_unit : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_program : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_onlys : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_interface_spec : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_function_stmt_head : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_function_stmt : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_function_head : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_execution_part : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_derived_type_def_part : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_data_stmt_sets : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_case_block : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_assignment_stmt : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval partial_action_stmt : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.Partial.t
Sourceval omp_token : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit
Sourcemodule MenhirInterpreter : sig ... end
Sourcemodule Incremental : sig ... end
OCaml

Innovation. Community. Security.