package alba
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Alba compiler
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.4.3.tar.gz
sha256=062f33c55ef39706c4290dff67d5a00bf009051fd757f9352be527f629ae21fc
md5=eb4edc4d6b7e15b83d6397bd34994153
doc/alba.fmlib/Fmlib/Generic_parser/Make/index.html
Module Generic_parser.Make
Parameters
module T : Module_types.ANYmodule S : Module_types.ANYmodule Expect : Module_types.ANYmodule Semantic : Module_types.ANYmodule F : Module_types.ANYSignature
type token = T.ttype final = F.tinclude COMBINATORS with type semantic = Semantic.t
type semantic = Semantic.tval return : 'a -> 'a tval succeed : 'a -> 'a tfollowed_by p expect
Parses p and backtracks (i.e. all tokens of p will be pushed back to the lookahead). In case p succeeds, the followed_by parser succeeds without consuming tokens. Otherwise it fails without consuming tokens.
not_followed_by p expect
Parses p and backtracks (i.e. all tokens of p will be pushed back to the lookahead). In case p succeeds, the not_followed_by parser fails without consuming tokens. Otherwise it succeeds without consuming tokens.
val needs_more : parser -> boolval has_ended : parser -> boolval error_string :
parser ->
(Expect.t -> string) ->
(Semantic.t -> string) ->
stringval has_succeeded : parser -> boolval has_failed : parser -> bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page