summaryrefslogtreecommitdiffstatshomepage
path: root/py/objstr.h
Commit message (Collapse)AuthorAge
* py: Add builtin functions bin and oct, and some tests for them.Damien George2014-04-15
|
* objstr: Allow to define statically allocated str objects.Paul Sokolovsky2014-04-14
Similar to tuples, lists, dicts. Statically allocated strings don't have hash computed.