Desugar literals

This commit is contained in:
Joscha 2022-11-21 12:05:24 +01:00
parent 8278442d3f
commit 52c1aeba35
4 changed files with 62 additions and 3 deletions

View file

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