Last change
on this file since 1967 was
1882,
checked in by adrfried, 16 years ago
|
out-of-source-builds working in basics
|
|
File size:
684 bytes
|
Rev | Line | |
---|
[1882] | 1 | $lfile "lua/compat-5.1.lua" |
---|
| 2 | $lfile "lua/compat.lua" |
---|
| 3 | $lfile "lua/basic.lua" |
---|
| 4 | $lfile "lua/feature.lua" |
---|
| 5 | $lfile "lua/verbatim.lua" |
---|
| 6 | $lfile "lua/code.lua" |
---|
| 7 | $lfile "lua/typedef.lua" |
---|
| 8 | $lfile "lua/container.lua" |
---|
| 9 | $lfile "lua/package.lua" |
---|
| 10 | $lfile "lua/module.lua" |
---|
| 11 | $lfile "lua/namespace.lua" |
---|
| 12 | $lfile "lua/define.lua" |
---|
| 13 | $lfile "lua/enumerate.lua" |
---|
| 14 | $lfile "lua/declaration.lua" |
---|
| 15 | $lfile "lua/variable.lua" |
---|
| 16 | $lfile "lua/array.lua" |
---|
| 17 | $lfile "lua/function.lua" |
---|
| 18 | $lfile "lua/operator.lua" |
---|
| 19 | $lfile "lua/class.lua" |
---|
| 20 | $lfile "lua/clean.lua" |
---|
| 21 | $lfile "lua/doit.lua" |
---|
[1642] | 22 | |
---|
| 23 | $[ |
---|
| 24 | local err,msg = pcall(doit) |
---|
| 25 | if not err then |
---|
| 26 | local _,_,label,msg = strfind(msg,"(.-:.-:%s*)(.*)") |
---|
| 27 | tolua_error(msg,label) |
---|
| 28 | print(debug.traceback()) |
---|
| 29 | end |
---|
| 30 | $] |
---|
Note: See
TracBrowser
for help on using the repository browser.