shithub: femtolisp

Download patch

ref: 95a3f48ca4df8ee6ecd2cdd7b393f83f94f5c69f
parent: b10d2c77fe846bec5e7ddaca8138cff44f360ba3
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sun Mar 26 18:16:35 EDT 2023

update readme

--- a/README.md
+++ b/README.md
@@ -15,3 +15,5 @@
  * `[` and `]` are synonyms to `(` and `)`
  * some of the previously available (but not merged) fixes from the community are applied
  * "boot" image is built into the executable
+ * vm opcode definitions and tables are generated from a single file
+ * fixed bootstrap (makes it work properly when opcodes change)