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.6.0.zip
sha256=24c681c4da72e59853da89c31052b2110e056eb54df501d391bfcc99c01ffaea
md5=80a29f1c1dd24ea23b3fa63f8a1f4d8a
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: 28 Dec 2025
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page