Add pretty printer for states
This commit is contained in:
parent
716c16a4c4
commit
d324fdd5d7
2 changed files with 46 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue