Skip to content

Commit 60518a5

Browse files
committed
Update README.md
1 parent 218a472 commit 60518a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ fn({ a: 1, b: 3 }) // 7
2222
* **Safe** — sandboxed, no prototype access
2323
* **Metacircular** — parses and compiles itself
2424

25+
_Useful for_: templates, calculators, sandboxes, safe eval, language subsets, custom DSLs, preprocessors.
26+
2527
## Presets
2628

2729
[**Subscript**](./docs.md#subscript) – common expressions:

0 commit comments

Comments
 (0)