des105f16 / Editor

0 stars 0 forks source link

Handle function calls #14

Closed MikaelElkiaer closed 8 years ago

MikaelElkiaer commented 8 years ago

As of now, function calls are handled by treating the label as the join of arguments. This should still be true for library functions. However, for declared functions it should be the label of the returned value.