summaryrefslogtreecommitdiffstatshomepage
path: root/py/parsenum.h
Commit message (Collapse)AuthorAge
* parser: Convert (u)int to mp_(u)int_t.Damien George2014-07-03
|
* Add license header to (almost) all files.Damien George2014-05-03
| | | | | | | Blanket wide to all .c and .h files. Some files originating from ST are difficult to deal with (license wise) so it was left out of those. Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
* py: Allow 'complex()' to take a string as first argument.Damien George2014-03-21
|
* py: Implement parsing of infinity and nan for floats.Damien George2014-03-21
|
* py: Put number parsing code together in parsenum.c.Damien George2014-02-22