Skip to content

Commit ea150bf

Browse files
authored
Add Bali (#3085)
* add: `bali` Bali is an embeddable JavaScript engine written in Nim. * add: more tags for `bali`
1 parent 25718e6 commit ea150bf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

packages.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35837,6 +35837,22 @@
3583735837
"description": "A simple terminal file manager for Linux and MacOS inspired by Ranger FM",
3583835838
"license": "GPL-3.0-only",
3583935839
"web": "https://github.com/ANSI-D/NiFE"
35840+
},
35841+
{
35842+
"name": "bali",
35843+
"url": "https://github.com/ferus-web/bali",
35844+
"method": "git",
35845+
"tags": [
35846+
"javascript",
35847+
"interpreter",
35848+
"compiler",
35849+
"jit", "x86-64",
35850+
"optimizer", "bytecode",
35851+
"scripting", "lexer",
35852+
"parser"
35853+
],
35854+
"description": "Bali is an embeddable JavaScript engine written in Nim from scratch.",
35855+
"license": "LGPL-3.0",
35856+
"web": "https://ferus-web.github.io/bali/"
3584035857
}
35841-
3584235858
]

0 commit comments

Comments
 (0)