We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff9264 commit a8b10e8Copy full SHA for a8b10e8
1 file changed
README.md
@@ -15,9 +15,9 @@ let fn = subscript('a + b * 2')
15
fn({ a: 1, b: 3 }) // 7
16
```
17
18
-* **Modular** — 40+ syntax features for building DSL, see [playground](https://dy.github.io/subscript/)
19
-* **Universal** — language-agnostic minimal syntax tree, see [spec](./spec.md)
20
-* **Fast** — single-pass Pratt parser, see [benchmarks](#performance)
+* **Modular** — 40+ pluggable syntax features, see [playground](https://dy.github.io/subscript/)
+* **Universal** — minimal syntax tree, see [spec](./spec.md)
+* **Fast** — efficient parser, see [benchmarks](#performance)
21
* **Small** — ~2KB core, runs in browser/node
22
* **Safe** — sandboxed, no prototype access
23
* **Metacircular** — parses and compiles itself
0 commit comments