Skip to content

Commit bf736ef

Browse files
vasilevdbohdan
authored andcommitted
EndBASIC: add
1 parent 9385eb3 commit bf736ef

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
2525
| Awk | [GoAWK](https://github.com/benhoyt/goawk) | Go | Go's GC | MIT | A POSIX-compliant AWK, with CSV support. |
2626
| Awk | [Libmawk](http://repo.hu/projects/libmawk/) | C | Ref. counting | **GPL-2.0** | Implements Awk. A fork of mawk 1.3 restructured for embedding. |
2727
| 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). |
28+
| Basic | [EndBASIC](https://github.com/endbasic/endbasic) | Rust | Ref. counting | Apache-2.0 | BASIC-like language with strong typing. |
2829
| 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. |
2930
| 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. |
3031
| Boron | [Boron](http://urlan.sourceforge.net/boron/) | C | Tracing | LGPL-3.0-or-later | An embeddable scripting language similar to Rebol. |

data/projects.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,14 @@ gc = "Boehm-Weiser GC"
230230
license = "LGPL-2.0-or-later"
231231
notes = "Full Common Lisp implementation, available as a shared library `libecl.so` embeddable in any C, C++ or other application."
232232

233+
[EndBASIC]
234+
url = "https://github.com/endbasic/endbasic"
235+
lang = "Basic"
236+
impl_in = "Rust"
237+
gc = "Ref. counting"
238+
license = "Apache-2.0"
239+
notes = "BASIC-like language with strong typing."
240+
233241
[ephp]
234242
url = "https://github.com/bragful/ephp"
235243
lang = "PHP"

0 commit comments

Comments
 (0)