package expr
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Simple library to parse expressions
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.7.0.zip
sha256=abdb07b73180a753727de62bbdd97a13a30683bb20c290cdc3c221ed20c72261
md5=7a6fb8840da2cdad9f62bfd732de5e45
Description
A simple library to parse and evaluate arithmetic expressions that may include variables. The purpose is for other code to accept an expression rather than just a literal value. Both float and boolean expressions are supported.
Published: 11 Jan 2026
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page