Pretty print field accesses and assignments

This commit is contained in:
Joscha 2022-11-20 23:50:53 +01:00
parent 81e2a28b06
commit 5bd43ee37a
3 changed files with 66 additions and 1 deletions

View file

@ -1,6 +1,7 @@
mod basic;
mod call;
mod expr;
mod field;
mod lit;
mod program;
mod table_constr;