summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d0d64a..8313ec6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ Work in progress bytecode language created by and for [kdx](https://kdx.re).
[Follow progress on kdx.re/cgit.](https://kdx.re/cgit/golem)
+State: lexing and parsing done, I now need to define a bytecode format and spit
+it out.
+
```golem
// Focus is on having a simple toolchain to build onto.
// For this reason, MVP syntax should stay as simple as possible.