index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
lexer.c
Age
Commit message (
Expand
)
Author
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