Desugar function calls without args

This commit is contained in:
Joscha 2022-11-21 12:35:53 +01:00
parent 52c1aeba35
commit a3d6efcaec
3 changed files with 71 additions and 2 deletions

View file

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