Parse call expressions
authorLuke Lau <luke_lau@icloud.com>
Sun, 19 May 2019 13:16:31 +0000 (14:16 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sun, 19 May 2019 13:16:31 +0000 (14:16 +0100)
commit0daa38ae816488b94b57154c11a7bff5d376a28d
treef9de59830db3a886e91ea48f39b191179c9c3306
parent2f3c8f5cb6c8b9e6f5be02b20910f8105a9011a6
Parse call expressions

The Call constructor stores the name of the callee and the list of
arguments being passed to it.
AST.hs