summaryrefslogtreecommitdiff
path: root/esp8266/lexerstr32.c
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2017-03-14esp8266: Update lexer constructors so they can raise exceptions.Damien George
2016-11-16py/lexer: Make lexer use an mp_reader as its source.Damien George
2016-03-17esp8266: Store frozen modules in FlashROM.Paul Sokolovsky
Requires special lexer to access their contents.