Pretty print table destructors
This commit is contained in:
parent
c7fc8584ff
commit
e7416fbc1e
3 changed files with 53 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ mod field;
|
|||
mod lit;
|
||||
mod program;
|
||||
mod table_constr;
|
||||
mod table_destr;
|
||||
mod var;
|
||||
|
||||
const NEST_DEPTH: isize = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue