package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

doc/alba.albalib/Albalib/Parser_lang/Make/index.html

Module Parser_lang.MakeSource

Parameters

Signature

include SIG with type final = Final.t and type state = Source_file.t
type parser
type state = Source_file.t
type final = Final.t
type _ t
module Error : ERROR
val needs_more : parser -> bool
val has_ended : parser -> bool
val has_succeeded : parser -> bool
val has_failed : parser -> bool
val state : parser -> Source_file.t
val put_character : parser -> char -> parser
val put_end : parser -> parser
val result : parser -> final option
val error : parser -> Error.t
val line : parser -> int
val column : parser -> int
val position : parser -> position
val error_tabs : parser -> int list
Sourceval expression : unit -> Ast.Expression.t t
Sourceval command : Command.t t
Sourceval global_definition : _ -> Ast.Expression.definition t
Sourceval global_definitions : _ -> Ast.Expression.definition array t
Sourceval inductive_type : _ -> Ast.Source_entry.inductive t
Sourceval inductive_family : _ -> Ast.Source_entry.inductive array t
Sourceval source_file : bool -> unit t
Sourceval make : final t -> parser
Sourceval run : final t -> string -> parser
OCaml

Innovation. Community. Security.