@icjhd/cj-formula-fx
v2.0.0
Published
战斗公式 DSL(定点)编译与求值
Downloads
182
Readme
cj-formula-fx 运行时库
使用示例
import {
compileFormulaFx,
evalCompiledFormulaFx,
setFormulaRandom,
} from "db://assets/pkg-export/@icjhd/cj-formula-fx";2026-06-25 golden coverage
- Added
npm run cj:formula:testat the xforge-pkg root. - The test builds against source
assets/cj-decimalandassets/cj-decimal-random, not editor-safe stubs. - Covered current compile/eval behavior for precedence, int/fixed tier, clamp/floor/max/min, cache reuse, fixed fallback, and compile-time errors.
