macroexpand

source env


Summary

Macroexpand the forms in source

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'macroexpand*))
(    2 ($get/val 'source))
(    4 ($get/val 'env))
(    6 ($dup))
(    7 ($jt* 13))
(   10 ($drop))
(   11 ($get/val 'root-closure))
(   13 ($dup))
(   14 ($jt* 6))
(   17 ($drop))
(   18 ($push/val #f))
(   20 ($apply 2))
(   22 ($ret))