package earley
-
earley.str
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val parse_string :
?filename:string ->
'a Earley_core__Earley.grammar ->
(Earley_core.Input.buffer -> int -> Earley_core.Input.buffer * int) ->
string ->
'a
val parse_channel :
?filename:string ->
'a Earley_core__Earley.grammar ->
(Earley_core.Input.buffer -> int -> Earley_core.Input.buffer * int) ->
in_channel ->
'a
val parse_file :
'a Earley_core__Earley.grammar ->
(Earley_core.Input.buffer -> int -> Earley_core.Input.buffer * int) ->
string ->
'a