Pretty print table constructors

This commit is contained in:
Joscha 2022-11-20 23:41:39 +01:00
parent 412eaffc07
commit fc139c31f4
3 changed files with 44 additions and 1 deletions

View file

@ -2,5 +2,6 @@ mod basic;
mod expr;
mod lit;
mod program;
mod table_constr;
const NEST_DEPTH: isize = 4;