Fixed :final and make to, by => :to :by

I had a bug. I had an inconsistency. Don't worry. All is fixed.
This commit is contained in:
Linus 2021-03-18 12:41:39 +01:00
parent f6d7b01793
commit 5847bd21d4
3 changed files with 22 additions and 16 deletions

View file

@ -34,12 +34,14 @@
:gen
;; auxiliary auxiliary syntax
;; for vectoring
:length :fill
:length :fill
;;for up-from and down-to
:to :by
;; Internal syntax. %acc is turned into :acc by the forify macro
;; it is used make it possible to report an error if :acc is used in
;; one of the simple macros.
%acc
)
%acc)
(include "goof/iterators.scm")