Open martinruefenacht opened 4 years ago
Currently this is producing 134 errorcodes again, because the argument_count and argument_list is not dereferenced correctly. All constant and function presence testing works though.
This works without crashes. Ideally we would replace malloc statements with char[...] for example. This should be addressed in #43 and #42.
This addresses #38.