Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Retain file order of qstr definitions. | Damien George | 2014-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 Sokolovsky | 2014-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.7 | Dave Hylands | 2014-01-21 |
| | |||
* | Revamp qstrs: they now include length and hash. | Damien George | 2014-01-21 |
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h |