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:
parent
f6d7b01793
commit
5847bd21d4
3 changed files with 22 additions and 16 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue