Parse

Section: OCaml library (3o)
Updated: 2020-01-30
Index Return to Main Contents
 

NAME

Parse - Entry points in the parser  

Module

Module Parse  

Documentation

Module Parse
 :  sig end

Entry points in the parser

Warning: this module is unstable and part of Compiler_libs .

val implementation : Lexing.lexbuf -> Parsetree.structure

val interface : Lexing.lexbuf -> Parsetree.signature

val toplevel_phrase : Lexing.lexbuf -> Parsetree.toplevel_phrase

val use_file : Lexing.lexbuf -> Parsetree.toplevel_phrase list

val core_type : Lexing.lexbuf -> Parsetree.core_type

val expression : Lexing.lexbuf -> Parsetree.expression

val pattern : Lexing.lexbuf -> Parsetree.pattern


 

Index

NAME
Module
Documentation

This document was created by man2html, using the manual pages.
Time: 00:05:49 GMT, March 31, 2021