Pretty print table literals

This commit is contained in:
Joscha 2022-11-20 23:33:39 +01:00
parent f91e8ac9a2
commit 412eaffc07
3 changed files with 48 additions and 4 deletions

View file

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