summaryrefslogtreecommitdiff
path: root/py/lexerunix.c
AgeCommit message (Expand)Author
2016-11-16py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.Damien George
2016-11-16py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George
2015-06-04unix: Allow to cat a script into stdin from the command line.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-07-30py: Change lexer stream API to return bytes not chars.Damien George
2014-06-21py: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-05-21Tidy up some configuration options.Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-28py: Fix lexerunix, where not all data may be read from a file.Damien George
2014-04-13py: Adjust #includes in lexerunix.c.Damien George
2014-04-12py: don't look for any additional headers when lexerunix is disabledIlya Dmitrichenko
2014-04-10Make lexerunix not allocate RAM for the entire script.Damien George
2014-03-17py: Clean up includes.xbe
2014-02-05Remove older import helpers, no longer used.Paul Sokolovsky
2014-02-05Implement support for sys.path when loading modules.Paul Sokolovsky
2014-01-25Implement mp_parse_node_free; print properly repr(string).Damien George
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
2014-01-07Factor and simplify Makefile's and mpconfig, part 2.Damien George
2014-01-03Basic implementation of import.Damien George
2013-12-29Change memory allocation API to require size for free and realloc.Damien
2013-12-29Handle return value of read() call.Paul Sokolovsky
2013-12-29Add unix-cpy, used to test Micro Python byte code against CPython.Damien