about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-06-23 23:31:59 +0200
committerMalte Voos <git@mal.tc>2024-06-24 00:16:55 +0200
commit5d227bcd0055d02e1d49a3dcd27e80a756923d5b (patch)
treeda468ad3a8f3caf709b731ca2678c86a5a015990 /README.md
parent8d40541003736d5319ec981278338e8c8c66daf6 (diff)
downloadtoytt-5d227bcd0055d02e1d49a3dcd27e80a756923d5b.tar.gz
toytt-5d227bcd0055d02e1d49a3dcd27e80a756923d5b.zip
split code into smaller libraries and make a better repl
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d67821..ce6c1f8 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ not-function applied to `false` (which evaluates to `true`).
 
 - [x] figure out how to recover variable names in pretty-printing so we don't
   have to print de bruijn indices all the time
-- [ ] improve error messages and build a better repl
+- [x] build a better repl
+- [ ] improve error messages
 - [ ] implement top-level definitions
 - [ ] implement less aggrevating syntax for non-dependent function & pair types
 - [ ] add a type of natural numbers