index
:
micropython
docs/library/bluetooth
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
/
lexer.h
Commit message (
Expand
)
Author
Age
*
py: add async/await/async for/async with syntax
pohmelie
2016-04-13
*
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-06-04
*
py: Allow to compile with extra warnings (sign-compare, unused-param).
Damien George
2015-03-19
*
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-02-08
*
py: Put all global state together in state structures.
Damien George
2015-01-07
*
py: Move to guarded includes, everywhere in py/ core.
Damien George
2015-01-01
*
py: Move to guarded includes for compile.h and related headers.
Paul Sokolovsky
2014-12-27
*
py: Optimise lexer by exposing lexer type.
Damien George
2014-12-05
*
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: Instead of having "debug on" var, have "optimization level" var.
Paul Sokolovsky
2014-06-03
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
Search paths properly on import and execute __init__.py if it exists.
Damien George
2014-02-05
*
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-25
*
Add source file name and line number to error messages.
Damien George
2014-01-18
*
Convert parse errors to exceptions.
Damien George
2014-01-15
*
py: Improve memory management for parser; add lexer error for bad line cont.
Damien George
2014-01-12
*
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-08
*
Add ellipsis object.
Damien George
2014-01-04
*
Basic implementation of import.
Damien George
2014-01-03
*
Change object representation from 1 big union to individual structs.
Damien
2013-12-21
*
Integrate new lexer stream with stm framework.
Damien
2013-10-20
*
Abstract out back-end stream functionality from lexer.
Damien
2013-10-20
*
Improve indent/dedent error checking and reporting.
Damien
2013-10-09
*
Initial commit.
Damien
2013-10-04