index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
lexer.h
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-02-17
py/lexer: Convert mp_uint_t to size_t where appropriate.
Damien George
2017-02-17
py/lexer: Simplify handling of line-continuation error.
Damien George
2017-02-17
py/lexer: Use strcmp to make keyword searching more efficient.
Damien George
2016-12-22
py/lexer: Permanently disable the mp_lexer_show_token function.
Damien George
2016-11-16
py/lexer: Make lexer use an mp_reader as its source.
Damien George
2016-04-13
py: add async/await/async for/async with syntax
pohmelie
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-03-19
py: Allow to compile with extra warnings (sign-compare, unused-param).
Damien George
2015-02-08
py: Parse big-int/float/imag constants directly in parser.
Damien George
2015-01-07
py: Put all global state together in state structures.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-27
py: Move to guarded includes for compile.h and related headers.
Paul Sokolovsky
2014-12-05
py: Optimise lexer by exposing lexer type.
Damien George
2014-07-30
py: Change lexer stream API to return bytes not chars.
Damien George
2014-07-03
lexer: Convert type (u)int to mp_(u)int_t.
Damien George
2014-06-03
py: Instead of having "debug on" var, have "optimization level" var.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-02-05
Search paths properly on import and execute __init__.py if it exists.
Damien George
2014-01-25
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2014-01-15
Convert parse errors to exceptions.
Damien George
2014-01-12
py: Improve memory management for parser; add lexer error for bad line cont.
Damien George
2014-01-08
Move lexerstr to main py directory (everyone uses it).
Damien George
2014-01-04
Add ellipsis object.
Damien George
2014-01-03
Basic implementation of import.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-10-20
Integrate new lexer stream with stm framework.
Damien
2013-10-20
Abstract out back-end stream functionality from lexer.
Damien
2013-10-09
Improve indent/dedent error checking and reporting.
Damien
2013-10-04
Initial commit.
Damien