package sexp_macro
Sexp macros
Install
Dune Dependency
Authors
Maintainers
Sources
sexp_macro-v0.16.0.tar.gz
sha256=e85193d54f59f604f8fa19be2fcefd39a25736378894d88817b0c1fe1e298c77
Description
Sexp macros allow the user to define and use constants and simple functions in sexp files, include one sexp file in another.
Published: 14 Jun 2023
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