Skip to content

Commit 4e26c6d

Browse files
medvedevdbohdan
medvedev
authored andcommitted
Interpreter: add
1 parent 294d8dc commit 4e26c6d

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
@@ -408,6 +408,14 @@ gc = "Tracing"
408408
license = "BSD-3-Clause"
409409
notes = "A prototype-based OO language."
410410

411+
[Interpreter]
412+
url = "https://github.com/Tyill/interpreter"
413+
lang = "Interpreter"
414+
impl_in = "C++"
415+
gc = "None"
416+
license = "MIT"
417+
notes = "Simple tiny interpreter, extensible by the base library (arithmetic operations, containers, filesystem.. etc). Only one header and source file."
418+
411419
[Janet]
412420
url = "https://janet-lang.org/"
413421
lang = "Janet"

0 commit comments

Comments
 (0)