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.c
Age
Commit message (
Expand
)
Author
2014-06-14
unicode: String API is const byte*.
Paul Sokolovsky
2014-06-03
py: Instead of having "debug on" var, have "optimization level" var.
Paul Sokolovsky
2014-06-02
lexer: Add another comment for somewhat obscure way __debug__ is handled.
Paul Sokolovsky
2014-05-21
Tidy up some configuration options.
Damien George
2014-05-12
py: Add support for __debug__ constant.
Damien George
2014-05-10
py, lexer: Add allocation policy config; return NULL if can't allocate.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-10
py: Fix lexer so it doesn't allow ! and ..
Damien George
2014-04-10
py, lexer: Fix parsing of raw strings (allow escaping of quote).
Damien George
2014-03-17
py: Clean up includes.
xbe
2014-03-15
Add vstr_ins and vstr_cut_out; improve stmhal readline.
Damien George
2014-02-15
Implement proper exception type hierarchy.
Damien George
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-23
mp_lexer_free(): Free lex->indent_level array.
Paul Sokolovsky
2014-01-22
Fix 1 warning and 1 bug.
Damien George
2014-01-22
Implement octal and hex escapes in strings.
Paul Sokolovsky
2014-01-21
Revamp qstrs: they now include length and hash.
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-13
Add "buffer management" and "shrink" API calls to vstr.
Paul Sokolovsky
2014-01-12
py: Improve memory management for parser; add lexer error for bad line cont.
Damien George
2014-01-04
Add ellipsis object.
Damien George
2013-12-30
Put unicode functions in unicode.c, and tidy their names.
Damien George
2013-12-29
Change memory allocation API to require size for free and realloc.
Damien
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-10-22
Improve REPL compount statement detection.
Damien
2013-10-22
gc: reserve first block; lexer: free vstr.
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-18
Fix up insertion of newline at end of lexer stream.
Damien
2013-10-09
Improve indent/dedent error checking and reporting.
Damien
2013-10-04
Initial commit.
Damien
[prev]