We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c7a85 commit f493227Copy full SHA for f493227
1 file changed
README.md
@@ -17,7 +17,7 @@ fn({ a: 1, b: 3 }) // 7
17
18
* **Fast** — Pratt parser engine, see [benchmarks](#performance)
19
* **Portable** — universal expression format, see [spec](./spec.md)
20
-* **Extensible** — pluggable syntax, see [DSL builder](https://dy.github.io/subscript/)
+* **Extensible** — pluggable syntax, see [playground](https://dy.github.io/subscript/)
21
* **Metacircular** — can parse and compile itself
22
* **Safe** — sandboxed, blocks `__proto__`, `constructor`, no global access
23
0 commit comments