package qinap
A (very small) monadic parsing library
Install
Authors
Maintainers
Sources
qinap-v1.0.tbz
sha256=969e15b2f5a53897e4c1c3eb7f23f10ad6ab09d1aaf243dd660f8c37dd6a3f89
sha512=ac40fd9e0fa15ed4f067352855b17d84ed99c9cff3b0e62e5a6a7f724748036332707329bb1493f96ee15a9ba886026aa177ee52e64edd24f41fe7b85f17e2f7
Description
A (very small) monadic parsing library
Published: 14 Aug 2020
README
Qinap
qinap
is not a parser: it's a (very small) monadic parsing library, heavily inspired by the opal
library and the article Monadic Parser Combinators by Hutton and Meijer. For documentation, look at the interface in the qinap.mli
file.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page