Documentation site for the XPR expression language, built with VitePress.
bun install
bun run docs:devThen open http://localhost:5173.
bun run docs:buildOutput goes to .vitepress/dist/.
- spec/ — Language specification and syntax reference
- api/ — Runtime API documentation for JavaScript, Python, and Go
- guide/ — Getting started guide and tutorials
- why/ — Why XPR and comparison with alternatives
- examples/ — Curated real-world expression examples
- changelog/ — Version history
- xpr-lang/xpr — Language specification
- xpr-lang/xpr-js — JavaScript runtime
- xpr-lang/xpr-python — Python runtime
- xpr-lang/xpr-go — Go runtime
- xpr-lang/xpr-playground — Interactive playground
MIT — see LICENSE