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