Add pretty printer for states

This commit is contained in:
Yiyun Liu 2025-06-05 23:46:41 -04:00
parent 716c16a4c4
commit d324fdd5d7
2 changed files with 46 additions and 0 deletions

View file

@ -134,3 +134,5 @@
(allocate-node heap1 (list addr-f addr-a)))]
[(? symbol?) (values heap (lookup-globals env e))]
[_ (error "unimplemented")]))
(provide (all-defined-out))