package lrgrep

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

Module Lrgrep_runtime.InterpreterSource

Instantiate an interpreter for a parser representation

Parameters

module P : Parser

Signature

Sourceval lrgrep_run : program -> 'a P.env -> P.element candidate list

Run the program on a concrete parser, return the list of candidates.