summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexerstr.c
Commit message (Expand)AuthorAge
* py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.Damien George2015-12-18
* py: Use m_{new,renew,del} consistently.Damien George2015-02-27
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Optimise lexer by exposing lexer type.Damien George2014-12-05
* py: Add further checks for failed malloc in lexer init functions.Damien George2014-10-09
* Make lexer fail gracefully when memory can't be allocated.Dave Hylands2014-10-08
* py: Change lexer stream API to return bytes not chars.Damien George2014-07-30
* lexer: Convert type (u)int to mp_(u)int_t.Damien George2014-07-03
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* Add license header to (almost) all files.Damien George2014-05-03
* py: Clean up includes.xbe2014-03-17
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky2014-02-12
* Implement mp_parse_node_free; print properly repr(string).Damien George2014-01-25
* lexerstr: Free mp_lexer_str_buf_t structure itself.Paul Sokolovsky2014-01-24
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* Move lexerstr to main py directory (everyone uses it).Damien George2014-01-08