package sexp_macro
Sexp macros
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=f3523e6d7778111d5886941a8d06b8c8f82fd22fb462a589d98bf6ad9e7fcf60
README.md.html
"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)"
>