You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
25
25
| Awk |[Libmawk](http://repo.hu/projects/libmawk/)| C | Ref. counting |**GPL-2.0**| Implements Awk. A fork of mawk 1.3 restructured for embedding. |
26
26
| Awk, Basic, Pascal |[Libfawk](http://repo.hu/projects/libfawk/)| C | Ref. counting | BSD-3-Clause | A multi-language VM. Includes compilers for three languages: Fawk (Awk dialect), Fbas (Basic dialect), and Fpas (Pascal dialect). |
27
27
| Basic |[MY-BASIC](https://github.com/paladin-t/my_basic)| C | Ref. counting + cycle-detecting tracing GC | MIT | A Basic dialect with prototype-based OOP. |
28
+
| Berry |[Berry](https://github.com/berry-lang/berry)| C | Tracing | MIT | Lightweight dynamically-typed embedded scripting language designed for lower-performance devices with limited memory. |
28
29
| Boron |[Boron](http://urlan.sourceforge.net/boron/)| C | Tracing | LGPL-3.0-or-later | An embeddable scripting language similar to Rebol. |
29
30
| C |[PicoC](https://github.com/zsaleeba/picoc)| C | None (manual MM) | BSD-3-Clause | Statically typed. Interprets a subset of C. |
30
31
| C |[tcc](https://repo.or.cz/tinycc.git/)| C | None | LGPL-2.0-only | A small C compiler that can be used as a library for a C JIT. [libtcc header](https://repo.or.cz/tinycc.git/blob/HEAD:/libtcc.h). [Embedding example](https://repo.or.cz/tinycc.git/blob/HEAD:/tests/libtcc_test.c). |
0 commit comments