Pretty print table constructors
This commit is contained in:
parent
412eaffc07
commit
fc139c31f4
3 changed files with 44 additions and 1 deletions
|
|
@ -2,5 +2,6 @@ mod basic;
|
|||
mod expr;
|
||||
mod lit;
|
||||
mod program;
|
||||
mod table_constr;
|
||||
|
||||
const NEST_DEPTH: isize = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue