start working on supporting operations
This commit is contained in:
@@ -16,4 +16,8 @@ ArgonObject *new_number_object(mpq_t number);
|
||||
|
||||
void load_number(Translated *translated, RuntimeState *state);
|
||||
|
||||
ArgonObject *new_number_object_from_double(double d);
|
||||
|
||||
ArgonObject *new_number_object_from_long(long n, unsigned long d);
|
||||
|
||||
#endif // RUNTIME_NUMBER_H
|
||||
Reference in New Issue
Block a user