Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | Retain file order of qstr definitions. | Damien George | |
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. | |||
2014-01-24 | Allow qstr's with non-ident chars, construct good identifier for them. | Paul Sokolovsky | |
Also, add qstr's for string appearing in unix REPL loop, gross effect being less allocations for each command run. | |||
2014-01-21 | Fix malformed generated file when using python 2.7 | Dave Hylands | |
2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George | |
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h |