a neb bytecode compiler/VM, with many apologies to munificent
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Winston be38fa26c5 function definition and calling 3 weeks ago
.gitignore initial commit 4 weeks ago
chunk.c initial commit 4 weeks ago
chunk.h function definition and calling 3 weeks ago
common.h function definition and calling 3 weeks ago
compiler.c function definition and calling 3 weeks ago
compiler.h function definition and calling 3 weeks ago
debug.c function definition and calling 3 weeks ago
debug.h initial commit 4 weeks ago
main.c initial commit 4 weeks ago
memory.c function definition and calling 3 weeks ago
memory.h hash table 4 weeks ago
object.c function definition and calling 3 weeks ago
object.h function definition and calling 3 weeks ago
scanner.c function definition and calling 3 weeks ago
scanner.h if/else, and (broken) and/or 4 weeks ago
table.c print and setting global variables 4 weeks ago
table.h hash table 4 weeks ago
value.c function definition and calling 3 weeks ago
value.h strings and consumeExpression 4 weeks ago
vm.c function definition and calling 3 weeks ago
vm.h function definition and calling 3 weeks ago