starlit  Diff

Differences From Artifact [d31a921c62]:

To Artifact [d021d078eb]:


    12     12   	if chunk == nil then error(err) end
    13     13   	lib[name] = chunk(lib, ident, path)
    14     14   end
    15     15   
    16     16   component 'dbg'
    17     17   
    18     18   -- primitive manip
    19         -component 'tbl'
    20     19   component 'class'
    21     20   component 'math'
           21  +component 'tbl'
    22     22   component 'str'
    23     23   
    24     24   -- reading and writing data formats
    25     25   component 'marshal'
    26     26   
    27     27   -- classes
    28     28   component 'color'