Added a CPS conversion pass (which currently does not actually convert)
[fur] / examples / 15_functions.fur
1 def get_answer() do
2   42
3 end
4
5 print(get_answer())