aboutsummaryrefslogtreecommitdiff
path: root/py/parsenum.h
AgeCommit message (Expand)Author
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2016-03-14py/parsenum: Use size_t to count bytes, and int for type of base arg.Damien George
2015-02-08py: Parse big-int/float/imag constants directly in parser.Damien George
2015-01-01py: Move to guarded includes, everywhere in py/ core.Damien George
2014-07-03parser: Convert (u)int to mp_(u)int_t.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-03-21py: Allow 'complex()' to take a string as first argument.Damien George
2014-03-21py: Implement parsing of infinity and nan for floats.Damien George
2014-02-22py: Put number parsing code together in parsenum.c.Damien George