Нет описания

runningwater ef4fcef197 fix bug 2 лет назад
.idea 201d5da103 constants 2 лет назад
.clang-format 2cecc2b380 first commit 2 лет назад
.gitignore 4800a67ab9 delete compile files 2 лет назад
CMakeLists.txt 2cecc2b380 first commit 2 лет назад
README.md 0b8e8296ee Scanner and Compiler 2 лет назад
chunk.c 47c84a77f1 A Value Stack Manipulator 2 лет назад
chunk.h 1bba9e54da Arithmetic calculator 2 лет назад
common.h 34560a567d compiling expression 2 лет назад
compiler.c ef4fcef197 fix bug 2 лет назад
compiler.h 5b68e3fd20 Parsing Tokens and emitting Bytecode 2 лет назад
debug.c 1bba9e54da Arithmetic calculator 2 лет назад
debug.h 2cecc2b380 first commit 2 лет назад
main.c 0b8e8296ee Scanner and Compiler 2 лет назад
memory.c 4800a67ab9 delete compile files 2 лет назад
memory.h 2cecc2b380 first commit 2 лет назад
scanner.c ef4fcef197 fix bug 2 лет назад
scanner.h 0b8e8296ee Scanner and Compiler 2 лет назад
value.c 201d5da103 constants 2 лет назад
value.h 201d5da103 constants 2 лет назад
vm.c 5b68e3fd20 Parsing Tokens and emitting Bytecode 2 лет назад
vm.h 0b8e8296ee Scanner and Compiler 2 лет назад

README.md

Start -> Source code -> SCANNER -> Tokens -> COMPILER -> Bytecode chunk -> VM