Enhance str.format support

This adds support for almost everything (the comma isn't currently
supported).

The "unspecified" type with floats also doesn't behave exactly like
python.

Tested under unix with float and double
Spot tested on stmhal
This commit is contained in:
Dave Hylands
2014-03-30 21:06:50 -07:00
parent e44d26ae0c
commit baf6f14deb
8 changed files with 776 additions and 141 deletions

View File

@@ -14,6 +14,7 @@
***********************************************************************/
#include <stdlib.h>
#include <stdint.h>
#include "mpconfig.h"