package alba
Alba compiler
Install
Dune Dependency
Authors
Maintainers
Sources
0.4.1.tar.gz
sha256=439b1dce07c86e914d1ebf1712c5581418314b0c8d13594f27a698b1d25fe272
md5=5cf58d4ed4eacbe6f330e9d2378ef5c6
doc/alba.fmlib/Fmlib/Character_parser/Advanced/index.html
Module Character_parser.Advanced
Advanced Parser.
Parameters
module State : Module_types.ANY
module Final : Module_types.ANY
module Expect : Module_types.ANY
module Semantic : Module_types.ANY
module Context_msg : Module_types.ANY
Signature
Modules and Types
module Context : CONTEXT with type msg = Context_msg.t
module Error :
Generic_parser.ERROR
with type expect = Expect.t
and type semantic = Semantic.t
type final = Final.t
Combinators
include COMBINATORS
with type expect = Expect.t
and type semantic = Semantic.t
and type state = State.t
and type context = Context_msg.t
Basic Combinators
include Generic_parser.COMBINATORS
with type expect = Expect.t
with type semantic = Semantic.t
type expect = Expect.t
type semantic = Semantic.t
val return : 'a -> 'a t
val succeed : 'a -> 'a t
Position and State Combinators
val get_position : Position.t t
type state = State.t
Indentation Combinators
val get_bounds : (int * int option) t
Context Combinator
type context = Context_msg.t
Character Combinators
Parser
During Parsing
include PARSER
val needs_more : parser -> bool
Does the parser need more tokens (i.e. either put_char
or put_end
)?
val has_ended : parser -> bool
Has the parser terminated (opposite of needs_more p
)?
val has_succeeded : parser -> bool
Has the parser succeeded
val position : parser -> Position.t
The current position.
val line : parser -> int
The current line.
val column : parser -> int
The current column.
put_char p c
feeds the parser p
with the character token c
. Only possible if needs_more p
is valid.
Terminated Parser
The result the parser has produced which is either a final value or a list of dead ends. Only valid if the parser has terminated.
The list of tokens (i.e. optional characters) which the parser has not processed at the point of termination.
Create and Run the Parser
make pc st
makes a parser from a parser combinator pc
and the initial state st
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page