]> Repositorios git - scryer-prolog.git/commitdiff
mark done item
authorMarkus Triska <[email protected]>
Sat, 12 Apr 2025 20:54:04 +0000 (22:54 +0200)
committerMark Thom <[email protected]>
Wed, 23 Apr 2025 06:33:11 +0000 (23:33 -0700)
README.md

index 11a1b88c060db32b10dbeb7536f39cb1acca6c48..97d5d7dcbd73da180f0bfff1e45a08bca52a4d0a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Extend Scryer Prolog to include the following, among other features:
         (`atom`, `var`, etc) with if/else ladders. (_in progress_)
   - [ ] Inlining all built-ins and system call instructions.
   - [x] Greatly reducing the number of instructions used to compile disjunctives.
-  - [ ] Storing short atoms to heap cells without writing them to the atom table.
+  - [x] Storing short atoms to heap cells without writing them to the atom table.
 - [ ] A compacting garbage collector satisfying the five properties of
       "[Precise Garbage Collection in Prolog](https://www.complang.tuwien.ac.at/ulrich/papers/PDF/2008-ciclops.pdf)." (_in progress_)
 - [ ] Mode declarations.