add __call__ support
This commit is contained in:
@@ -16,4 +16,7 @@ typedef struct ArgonObject ArgonObject;
|
||||
ArgonObject *new_object();
|
||||
|
||||
void add_field(ArgonObject *target, char *name, ArgonObject *object);
|
||||
|
||||
ArgonObject *get_field(ArgonObject *target, char *name);
|
||||
|
||||
#endif // OBJECT_H
|
||||
Reference in New Issue
Block a user