package mlt_parser
Parsing of top-expect files
Install
Dune Dependency
Authors
Maintainers
Sources
mlt_parser-v0.12.0.tar.gz
sha256=a80dea284a48bf6e1a3998f079e7b5e8833b659293dfab8d48103c45e883f5ed
md5=4325a551aa8028be5a1be55d1f71e0e0
README.md.html
MLT Parser
Mlt_parser contains functions for parsing *.mlt
files, which contain OCaml toplevel sessions -- i.e., a series of statements followed by their output (in the form of expect tests).
The first of these functions, split_chunks
, was extracted out of Toplevel_expect_test, where it's used to divide the toplevel session into "chunks", where each chunk comprises a set of toplevel code phrases (statements separated by ;;
) and the expect test they precede.
The second, parse
, is used by a tool that converts *.mlt
files into *.org
files. That tool needs to be able to distinguish OCaml code phrases, expect tests, and blocks of org-mode markup (delimited by [%%org]
annotations).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>