diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -90,7 +90,6 @@ The program consists of four parts: the interpreter, compiler, bytecode interpre Executes ducky directly. - ### Bytecode Compiler Compiles ducky to a stack-machine based bytecode. @@ -104,6 +103,11 @@ Executes the bytecode generated by the bytecode compiler. Translates bytecode generated by the bytecode compiler into C. Depends on labels as values, which is a GCC extension. +## Benchmark Results + +21 Nov 2015: + + ## Future Directions - Refactor code |