This website requires JavaScript.
Explore
Help
Sign In
Ryan
/
docmost
Watch
1
Star
0
Fork
0
You've already forked docmost
mirror of
https://github.com/docmost/docmost.git
synced
2026-07-10 20:24:37 +10:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8192e69d1015ea4ffbcb12ff1495406a0e536ca
docmost
/
packages
/
base-formula
/
src
T
History
Philipinho
9808791db4
feat(base-formula): add add/subtract/multiply/divide/pow/sqrt/sum/mean/median functions
2026-04-24 02:10:23 +01:00
..
functions
feat(base-formula): add add/subtract/multiply/divide/pow/sqrt/sum/mean/median functions
2026-04-24 02:10:23 +01:00
ast.ts
…
error.ts
…
eval.ts
feat(base-formula): add tree-walking evaluator
2026-04-24 00:00:22 +01:00
format.ts
feat(base-formula): add pretty-printer
2026-04-23 23:53:41 +01:00
graph.ts
feat(base-formula): add dependency graph with topo and cycle detection
2026-04-23 23:55:55 +01:00
index.client.ts
feat(base): add formula editor popover with live parse and palette
2026-04-24 00:35:26 +01:00
index.server.ts
feat(base-formula): add date and coercion functions, wire registry
2026-04-24 00:03:40 +01:00
parser.ts
…
resolver.ts
feat(base-formula): add name-to-id resolver with dependency extraction
2026-04-23 23:46:52 +01:00
tokenizer.ts
…
typecheck.ts
feat(base-formula): add type checker
2026-04-23 23:52:11 +01:00
types.ts
…