Pretty print table destructors

This commit is contained in:
Joscha 2022-11-21 00:07:57 +01:00
parent c7fc8584ff
commit e7416fbc1e
3 changed files with 53 additions and 1 deletions

View file

@ -5,6 +5,7 @@ mod field;
mod lit;
mod program;
mod table_constr;
mod table_destr;
mod var;
const NEST_DEPTH: isize = 4;