aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c2e67fa..cfd6471 100644
--- a/README.md
+++ b/README.md
@@ -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