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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
lexerstr.c
Age
Commit message (
Expand
)
Author
2015-12-18
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Damien George
2015-02-27
py: Use m_{new,renew,del} consistently.
Damien George
2015-01-01
py: Move to guarded includes, everywhere in py/ core.
Damien George
2014-12-05
py: Optimise lexer by exposing lexer type.
Damien George
2014-10-09
py: Add further checks for failed malloc in lexer init functions.
Damien George
2014-10-08
Make lexer fail gracefully when memory can't be allocated.
Dave Hylands
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-21
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-03-17
py: Clean up includes.
xbe
2014-02-12
Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.
Paul Sokolovsky
2014-01-25
Implement mp_parse_node_free; print properly repr(string).
Damien George
2014-01-24
lexerstr: Free mp_lexer_str_buf_t structure itself.
Paul Sokolovsky
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-08
Move lexerstr to main py directory (everyone uses it).
Damien George