summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexer.c
Commit message (Expand)AuthorAge
* py: Improve memory management for parser; add lexer error for bad line cont.Damien George2014-01-12
* Add ellipsis object.Damien George2014-01-04
* Put unicode functions in unicode.c, and tidy their names.Damien George2013-12-30
* Change memory allocation API to require size for free and realloc.Damien2013-12-29
* Change object representation from 1 big union to individual structs.Damien2013-12-21
* Improve REPL compount statement detection.Damien2013-10-22
* gc: reserve first block; lexer: free vstr.Damien2013-10-22
* Integrate new lexer stream with stm framework.Damien2013-10-20
* Abstract out back-end stream functionality from lexer.Damien2013-10-20
* Fix up insertion of newline at end of lexer stream.Damien2013-10-18
* Improve indent/dedent error checking and reporting.Damien2013-10-09
* Initial commit.Damien2013-10-04