summaryrefslogtreecommitdiffstatshomepage
path: root/bare-arm/main.c
Commit message (Expand)AuthorAge
* bare-arm/main: Move lexer constructor to within NLR handler block.Damien George2017-03-14
* py/nlr.h: Mark nlr_jump_fail as NORETURN.Damien George2017-03-06
* lib/utils/pyexec: Condition-out GC calls from pyexec.Colin Hogben2016-04-19
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* py: Change struct and macro for builtin fun so they can be type checked.Damien George2016-01-03
* py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George2015-10-02
* bare-arm, minimal, qemu-arm: Make do_str() take parse-input-kind as arg.Damien George2015-06-22
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* py: Disable stack checking by default; enable on most ports.Damien George2015-01-09
* py: Put all global state together in state structures.Damien George2015-01-07
* bare-arm: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* py: Optimise lexer by exposing lexer type.Damien George2014-12-05
* bare-arm: Add dummy __assert_func and __fatal_errorSven Wegener2014-11-05
* Implement kwargs for builtin open() and _io.FileIOstijn2014-10-21
* py: Make compiler return a proper exception on SyntaxError.Damien George2014-10-05
* py: Free non-interned strings in the parser when not needed.Damien George2014-09-23
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers dep...Paul Sokolovsky2014-05-02
* Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU.Damien George2014-04-12