Generate code for call expressions
authorLuke Lau <luke_lau@icloud.com>
Sun, 19 May 2019 13:23:31 +0000 (14:23 +0100)
committerLuke Lau <luke_lau@icloud.com>
Sun, 19 May 2019 13:23:31 +0000 (14:23 +0100)
In order to call a function in LLVM IR, we need to grab a
GlobalReference to it. Currently we just make it ourselves, inferring
the type of it based on what arguments the caller provided and the fact
that all functions return a double.


No differences found