Skip to content

Commit 33c0852

Browse files
sfromisdbohdan
authored andcommitted
Berry: add
Language not maintained by me, I'm just a user on ESP32 microcontrollers running the Tasmota project.
1 parent 90dbe37 commit 33c0852

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ gc = "JVM's GC"
6262
license = "Apache-2.0"
6363
notes = "An small, embeddable Java source code interpreter. Understands Java code with certain extensions like method closures."
6464

65+
[Berry]
66+
url = "https://github.com/berry-lang/berry"
67+
lang = "Berry"
68+
impl_in = "C"
69+
gc = "Mark-Sweep GC"
70+
license = "MIT"
71+
notes = "Ultra-lightweight dynamically typed embedded scripting language, designed for lower-performance devices with limited memory."
72+
6573
[Boron]
6674
url = "http://urlan.sourceforge.net/boron/"
6775
lang = "Boron"

0 commit comments

Comments
 (0)