package transept
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Generalized parser combinator library
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.1.0.tar.gz
sha256=670634cc4be9a297c0f7174b61136e528a9d58ceab3ed78d71ef4680e4721e8b
md5=292994b959f2c2a55b9c1b2e10a09211
doc/transept.specs/Transept_specs/Parser/index.html
Module Transept_specs.Parser
Describes a parser
Define Parser modules and all submodules.
Structure anatomy
module type CORE = sig ... endParser core module defining abstract type ands main parsing function
module type MONAD = sig ... endDefinition for monadic parser
module type BASIC = sig ... endDefine basic parser.
module type FLOW = sig ... endDefine flow parser like sequence or choice.
module type EXECUTION = sig ... endDefine execution parser like backtracking, lazy or lookahead.
module type ATOMIC = sig ... endDefine atomic parser.
module type REPEATABLE = sig ... endDefine repeatable or optional parser.
API
module type API = sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page