summaryrefslogtreecommitdiffstatshomepage
path: root/py/lexer.c
Commit message (Expand)AuthorAge
...
* lexer, vstr: Add unicode support.Chris Angelico2014-06-27
* py: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-21
* Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot2014-06-19
* unicode: String API is const byte*.Paul Sokolovsky2014-06-14
* py: Instead of having "debug on" var, have "optimization level" var.Paul Sokolovsky2014-06-03
* lexer: Add another comment for somewhat obscure way __debug__ is handled.Paul Sokolovsky2014-06-02
* Tidy up some configuration options.Damien George2014-05-21
* py: Add support for __debug__ constant.Damien George2014-05-12
* py, lexer: Add allocation policy config; return NULL if can't allocate.Damien George2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* py: Fix lexer so it doesn't allow ! and ..Damien George2014-04-10
* py, lexer: Fix parsing of raw strings (allow escaping of quote).Damien George2014-04-10
* py: Clean up includes.xbe2014-03-17
* Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George2014-03-15
* Implement proper exception type hierarchy.Damien George2014-02-15
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky2014-02-12
* Implement mp_parse_node_free; print properly repr(string).Damien George2014-01-25
* mp_lexer_free(): Free lex->indent_level array.Paul Sokolovsky2014-01-23
* Fix 1 warning and 1 bug.Damien George2014-01-22
* Implement octal and hex escapes in strings.Paul Sokolovsky2014-01-22
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
* Add source file name and line number to error messages.Damien George2014-01-18
* Convert parse errors to exceptions.Damien George2014-01-15
* Add "buffer management" and "shrink" API calls to vstr.Paul Sokolovsky2014-01-13
* 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