Add arbitrary precision integer support.

Some functionality is still missing (eg and, or, bit shift), and some
things are buggy (eg subtract).
This commit is contained in:
Damien George
2014-02-22 19:25:23 +00:00
parent 2077397118
commit 438c88dd2f
12 changed files with 1267 additions and 6 deletions

View File

@@ -8,6 +8,7 @@
#include "mpconfig.h"
#include "qstr.h"
#include "obj.h"
#include "mpz.h"
#include "objint.h"
#include "runtime0.h"