Skip to content

Commit 9bc3f61

Browse files
committed
Interpreter: sort and rewrite notes
Resolves #94.
1 parent 4e26c6d commit 9bc3f61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

data/projects.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,14 @@ gc = "Tracing (lazy sweep)"
400400
license = "MIT"
401401
notes = "A bytecode interpreter and a baseline JIT compiler (x86/x86\\_64 only) for [Haxe](https://haxe.org/)."
402402

403+
[Interpreter]
404+
url = "https://github.com/Tyill/interpreter"
405+
lang = "Interpreter"
406+
impl_in = "C++"
407+
gc = "None"
408+
license = "MIT"
409+
notes = "A small interpreter in one header and one source code file with optional extensions (arithmetic operations, containers, filesystem, and others)."
410+
403411
[Io]
404412
url = "https://github.com/stevedekorte/io"
405413
lang = "Io"
@@ -408,14 +416,6 @@ gc = "Tracing"
408416
license = "BSD-3-Clause"
409417
notes = "A prototype-based OO language."
410418

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-
419419
[Janet]
420420
url = "https://janet-lang.org/"
421421
lang = "Janet"

0 commit comments

Comments
 (0)