Pretty print literals partially

This commit is contained in:
Joscha 2022-11-20 22:22:32 +01:00
parent 03e7f10739
commit 4156006ada
3 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,4 @@
mod basic;
mod expr;
mod lit;
mod program;