From: Luke Lau Date: Sun, 19 May 2019 13:16:31 +0000 (+0100) Subject: Parse call expressions X-Git-Url: https://git.lukelau.me/?p=kaleidoscope-hs.git;a=commitdiff_plain;h=0daa38ae816488b94b57154c11a7bff5d376a28d;hp=0daa38ae816488b94b57154c11a7bff5d376a28d Parse call expressions The Call constructor stores the name of the callee and the list of arguments being passed to it. ---