package sexp_macro
Sexp macros
Install
Dune Dependency
Authors
Maintainers
Sources
sexp_macro-v0.15.0.tar.gz
sha256=01d24495c83c7bbee6e5e36894baeee43e5666e8c433f7154fcd0b46ea27325f
Description
Sexp macros allow the user to define and use constants and simple functions in sexp files, include one sexp file in another.
Published: 21 Mar 2022
README
"Sexp_macro"
This library introduces sexp macros. They allow user to define and use constants and simple functions in sexp files, include one sexp file in another.
The library does not support creating such macros. It provides a set of functions for reading sexp files and resolving macros in them.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page