Implemented SymTable optimization for efficient variable updates
This commit is contained in:
parent
dcb2969b0a
commit
381852b3bd
9 changed files with 122 additions and 23 deletions
|
|
@ -28,7 +28,7 @@
|
|||
'prints if a test has failed'
|
||||
(test)
|
||||
(echo (concat "FAILED: " test)))
|
||||
|
||||
|
||||
(def test-cases 'all test cases'
|
||||
(('set updates var'
|
||||
(quote
|
||||
|
|
@ -61,4 +61,4 @@
|
|||
(if (eval test-body)
|
||||
(passed test-name)
|
||||
(failed test-name))
|
||||
(set (q test-iter) (pop remaining)))))
|
||||
(set (q test-iter) (pop remaining)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue