BindingX Parser is a lightweight expression parser library for the BindingX project, specifically designed to parse BindingX expressions into abstract syntax trees (AST). Current stable version is 0.0.3. It has minimal dependencies, focusing solely on parsing string expressions used in conjunction with BindingX for animation or interaction binding. It is not actively maintained and lacks recent updates.
npm install bindingx-parserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a BindingX expression string into an abstract syntax tree (AST).
Consider sanitizing the expression before parsing or avoid using with untrusted input.
Evaluate if alternative expression parsers (e.g., jsep, mathjs) can be used instead.
Run 'npm install bindingx-parser' and ensure import is 'import { parse } from "bindingx-parser";'Ensure expression is a valid BindingX expression (e.g., simple arithmetic like 'x+0', 'y*2').
No dependency data recorded yet.