aboutsummaryrefslogtreecommitdiff
path: root/py/reader.c
AgeCommit message (Expand)Author
2018-06-06py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-03-14py: Allow lexer to raise exceptions during construction.Damien George
2016-11-16py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George