package pacomb
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Parsing library based on combinators and ppx extension to write languages
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.4.3.tar.gz
md5=069ec1895a09ffe5051ba7d21672af04
sha512=220e3dd7e7e99b07b97775de9fbf2a3da5195fd21aeec0553224e9f5bb5184ed9ab711617156133b61fc52df4eaf1e4dcd9261a504950622fbba99a5830b5ad5
doc/pacomb/Pacomb/Blank/index.html
Module Pacomb.BlankSource
Position in a buffer is a Input.buffer together with an index Input.pos.
A blank function is just a function progressing in a buffer
Functions managing blanks
line_comments s Blank with standard spaces and line starting with s. cs defaults to Charset.from_string " \t\n\r"
Source
type layout_config = {old_blanks_before : bool;(*Ignoring blanks with the old blank function before parsing?
*)new_blanks_before : bool;(*Then ignore blanks with the new blank function (before parsing)?
*)new_blanks_after : bool;(*Use the new blank function one last time before resuming old layout?
*)old_blanks_after : bool;(*Use then the old blank function one last time as well?
*)
}Default configuration, parsing with the old blanks before (i.e., the field old_blanks_before is true), and the new blanks after (i.e., the field old_blanks_after is also true). The other two fields are false.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page