lgen.lua

changeset 35
2f927eae429b
parent 26
77cd7b8fb6a6
child 42
260f867d46c0
equal deleted inserted replaced
34:4c7122a505d4 35:2f927eae429b
54 scan.map(hierarchy, function(f) handlers.phase1(f, env) end) 54 scan.map(hierarchy, function(f) handlers.phase1(f, env) end)
55 print('Phase 2...') 55 print('Phase 2...')
56 scan.map(hierarchy, function(f) handlers.phase2(f, env) end, 56 scan.map(hierarchy, function(f) handlers.phase2(f, env) end,
57 function(d) 57 function(d)
58 --log.log("Make path "..path.join(dst, d).."\n") 58 --log.log("Make path "..path.join(dst, d).."\n")
59 lfs.mkdir(path.join(dst, d)) 59 --lfs.mkdir(path.join(dst, d))
60 end) 60 end)
61 --print('Phase 3...') 61 --print('Phase 3...')
62 --scan.map(hierarchy, function(f) handlers.phase3(f, env) end) 62 --scan.map(hierarchy, function(f) handlers.phase3(f, env) end)

mercurial