work on method wrapper and native function support
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
extern ArgonObject *ARGON_FUNCTION_TYPE;
|
||||
|
||||
ArgonObject *create_argon_native_function(char*name, native_fn native_fn);
|
||||
|
||||
ArgonObject *load_argon_function(Translated *translated, RuntimeState *state, struct Stack *stack);
|
||||
|
||||
#endif // FUNCTION_H
|
||||
Reference in New Issue
Block a user