summaryrefslogtreecommitdiffstatshomepage
path: root/py/makeqstrdata.py
Commit message (Collapse)AuthorAge
* Retain file order of qstr definitions.Damien George2014-01-24
| | | | | Want common qstrs to be first in the list so they have the lowest ids, so that in the byte code they take up the least room.
* Allow qstr's with non-ident chars, construct good identifier for them.Paul Sokolovsky2014-01-24
| | | | | Also, add qstr's for string appearing in unix REPL loop, gross effect being less allocations for each command run.
* Fix malformed generated file when using python 2.7Dave Hylands2014-01-21
|
* Revamp qstrs: they now include length and hash.Damien George2014-01-21
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h