Make NODE-DOTIMES hold a counter variable
This commit is contained in:
parent
6b74c0247e
commit
5a18cc9864
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
|||
(defclass node-dotimes (node)
|
||||
((%stop-ref :accessor stop-ref :initarg :stop-ref
|
||||
:documentation "A reference giving a value of how many times to run the loop.")
|
||||
(%counter-ref :accessor counter-ref :initarg :counter-ref
|
||||
:documentation "A reference to a variable being set to the loop index.")
|
||||
(%loopee-node :accessor loopee-node :initarg :loopee-node)))
|
||||
|
||||
(defmethod generate-code ((node node-dotimes))
|
||||
|
|
Loading…
Add table
Reference in a new issue