aboutsummaryrefslogtreecommitdiff
path: root/IMPLEMENTATION.md
diff options
context:
space:
mode:
Diffstat (limited to 'IMPLEMENTATION.md')
-rw-r--r--IMPLEMENTATION.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/IMPLEMENTATION.md b/IMPLEMENTATION.md
new file mode 100644
index 0000000..4761c1b
--- /dev/null
+++ b/IMPLEMENTATION.md
@@ -0,0 +1,2 @@
+The bytecode format is inspired by lua, where instead of using registers, data is pushed/poped to/from a stack.
+This reduces the size of instructions and make the code cleaner and easier to use. \ No newline at end of file