summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kdx@42l.fr>2023-03-17 03:52:07 +0100
committerkdx <kdx@42l.fr>2023-03-17 03:52:07 +0100
commit949a1d51fcca52e8c20ef8defc76b17dfca4076d (patch)
tree45079dd7638fa7f350192b35f19e4cfd77270b68
parent1aa823effc534526c1bc2ec4ca80139826660f2f (diff)
downloadgolem-949a1d51fcca52e8c20ef8defc76b17dfca4076d.tar.gz
project state in readme
-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.