parsav  Diff

Differences From Artifact [1d36a792dc]:

To Artifact [76fc393228]:


   441    441   lib.jc = lib.loadlib('json-c','json.h')
   442    442   
   443    443   lib.load {
   444    444   	'mem', 'math', 'str', 'file', 'crypt', 'ipc';
   445    445   	'http', 'html', 'session', 'tpl', 'store', 'acl';
   446    446   
   447    447   	'smackdown'; -- md-alike parser
          448  +	'conv'; -- miscellaneous conversion/munging functions
   448    449   }
   449    450   
   450    451   local be = {}
   451    452   for _, b in pairs(config.backends) do
   452    453   	be[#be+1] = terralib.loadfile(string.format('backend/%s.t',b))()
   453    454   end
   454    455   lib.store.backends = global(`array([be]))