package lrgrep

  1. Overview
  2. Docs
Analyse the stack of a Menhir-generated LR parser using regular expressions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lrgrep-0.3.tbz
sha256=84a1874d0c063da371e19c84243aac7c40bfcb9aaf204251e0eb0d1f077f2cde
sha512=5a16ff42a196fd741bc64a1bdd45b4dca0098633e73aa665829a44625ec15382891c3643fa210dbe3704336eab095d4024e093e37ae5313810f6754de6119d55

doc/kernel/Kernel/Codegen/index.html

Module Kernel.CodegenSource

Sourcetype priority = int
Sourcetype spec = {
  1. parser_name : string;
  2. lexer_definition : Syntax.lexer_definition;
}
Sourceval print_literal_code : Utils.Code_printer.t -> (Stdlib.Lexing.position * string) -> unit
Sourceval output_table : Utils.Code_printer.t -> Syntax.rule -> ('g, 'r, 'a, 'b) Automata.Machine.t -> (string * Lrgrep_support_packer.table * int array) -> unit
Sourceval output_wrapper : Utils.Code_printer.t -> Syntax.rule -> unit
Sourcetype printer = Utils.Code_printer.t option -> unit
Sourceval grammar_parameters : 'a Info.grammar -> string list
Sourceval output_header : 'g Info.grammar -> spec -> printer
Sourceval output_trailer : 'g Info.grammar -> spec -> printer
Sourceval output_rule : 'g Info.grammar -> spec -> Syntax.rule -> ('g, 'r) Spec.clauses -> ('g, 'r) Spec.branches -> ('g, 'r, 'a, 'b) Automata.Machine.t -> printer