Open masak opened 3 years ago
It just occurred to me that we don't have test coverage for this. Something like:
(mac moo () (pr "B" \lf) `(pr "C" \lf)) (pr "A" \lf) (moo)
Should print A B C, in that order.
A B C
Maybe also one or more tests with mutable state being mutated in the macro body.
It just occurred to me that we don't have test coverage for this. Something like:
Should print
A B C
, in that order.Maybe also one or more tests with mutable state being mutated in the macro body.