From 28433c99364cc6370030787a965f13471f4f6fc6 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 4 Jun 2015 21:38:02 -0400 Subject: [PATCH] Comments on vector support --- FEATURES.md | 2 +- TODO | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index b03a0782..e46b9416 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -29,7 +29,7 @@ Section | Status | Comments 6.5 Symbols | Yes | 6.6 Characters | Partial | No unicode support, `char-ci` predicates are not implemented. 6.7 Strings | | -6.8 Vectors | | +6.8 Vectors | Yes | 6.9 Bytevectors | | 6.10 Control features | | 6.11 Exceptions | | diff --git a/TODO b/TODO index 6426c515..d4984239 100644 --- a/TODO +++ b/TODO @@ -11,9 +11,6 @@ Working TODO list: - Constructs require for self-hosting - vectors - - add vector literals. will probably require updating all trans scans - to handle vectors, though :( - - Start in section 6.8 and add vector functions - make-vector should have an optional 'fill' arg in compiled code note allocation functions can be functions instead of macros if they accept a cont arg so they do not have to return