package sexp_macro
Sexp macros
Install
Dune Dependency
Authors
Maintainers
Sources
sexp_macro-v0.12.0.tar.gz
sha256=dbab0549efdb02459b716eeab7dea9da7ccfeb7a6199f4956973b5392d8146b9
md5=4643de616bdc10f75bb35f21d44edea8
Description
Sexp macros allow the user to define and use constants and simple functions in sexp files, include one sexp file in another.
Published: 01 Mar 2019
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