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

@@ -6,7 +6,6 @@
#include "mpconfig.h"
#include "qstr.h"
#include "obj.h"
#include "objint.h"
#include "binary.h"
// Helpers to work with binary-encoded data