index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
lexerstr.c
Commit message (
Expand
)
Author
Age
*
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Damien George
2015-12-18
*
py: Use m_{new,renew,del} consistently.
Damien George
2015-02-27
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
py: Optimise lexer by exposing lexer type.
Damien George
2014-12-05
*
py: Add further checks for failed malloc in lexer init functions.
Damien George
2014-10-09
*
Make lexer fail gracefully when memory can't be allocated.
Dave Hylands
2014-10-08
*
py: Change lexer stream API to return bytes not chars.
Damien George
2014-07-30
*
lexer: Convert type (u)int to mp_(u)int_t.
Damien George
2014-07-03
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: Clean up includes.
xbe
2014-03-17
*
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-02-12
*
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-25
*
lexerstr: Free mp_lexer_str_buf_t structure itself.
Paul Sokolovsky
2014-01-24
*
Revamp qstrs: they now include length and hash.
Damien George
2014-01-21
*
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-08