From 2633ae30d7f9d0ddba7f6294909c62a204d57ae3 Mon Sep 17 00:00:00 2001 From: Daniel Fry Date: Tue, 2 Jun 2026 19:36:34 +0100 Subject: [PATCH] Add bonsai-js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe829ca..fd8d444e 100644 --- a/README.md +++ b/README.md @@ -1092,6 +1092,7 @@ https://listjs.com * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. +* [bonsai-js](https://github.com/danfry1/bonsai-js) - Safe, sandboxed expression language for rules, filters, and templates. # Worth Reading