Khamis, 16 Ogos 2012

Senarai Ayat dalam Kod Sumber Lua

Ayat bermaksud string dalam istilah pengaturcaraan. Ayat adalah teks yang bermula dan berakhir dengan pengikat kata seperti "Salam Dunia" ("Hello World"). Berikut adalah senarai ayat yang diakstrak daripada kod sumber bahasa pengaturcaraan Lua versi 5.2.1. Lua dibangunkan dengan bahasa pengaturcaraan C. Senarai ini telah diperolehi menggunakan satu set utiliti yang telah dibangunkan khas untuk tujuan mengalih-bahasakan perisian-perisian yang bersumberkan C.

  • "'" "" 0 [luaconf.h:0195:019] [luaconf.h:0195:025] 
  • "'%s' needs argument\n" "" 0 [lua.c:0111:027] 
  • "--" "" 0 [lua.c:0331:052] [luac.c:0078:015] 
  • "-" "" 0 [loadlib.c:0069:021] [lua.c:0331:021] [luac.c:0084:015] [luac.c:0093:011] [luac.c:0171:027] [luac.c:0274:077] [luac.c:0348:058] [luac.c:0350:058] 
  • "-+ #0" "" 0 [lstrlib.c:0778:015] 
  • "-l" "" 0 [luac.c:0086:015] 
  • "-o" "" 0 [luac.c:0088:015] [luac.c:0092:018] 
  • "-p" "" 0 [luac.c:0095:015] 
  • "-s" "" 0 [luac.c:0097:015] 
  • "-v" "" 0 [luac.c:0099:015] 
  • "  --       stop handling options\n" "" 0 [lua.c:0122:003] [luac.c:0061:003] 
  • "  -        stop handling options and execute stdin\n" "" 0 [lua.c:0123:003] 
  • "  -        stop handling options and process stdin\n" "" 0 [luac.c:0062:003] 
  • "  -E       ignore environment variables\n" "" 0 [lua.c:0121:003] 
  • "  -e stat  execute string " "" 0 [lua.c:0117:003] 
  • "  -i       enter interactive mode after executing " "" 0 [lua.c:0118:003] 
  • "  -l       list (use -l -l for full listing)\n" "" 0 [luac.c:0056:003] 
  • "  -l name  require library " "" 0 [lua.c:0119:003] 
  • "  -o name  output to file " "" 0 [luac.c:0057:003] 
  • "  -p       parse only\n" "" 0 [luac.c:0058:003] 
  • "  -s       strip debug information\n" "" 0 [luac.c:0059:003] 
  • "  -v       show version information\n" "" 0 [lua.c:0120:003] [luac.c:0060:003] 
  • "  Copyright (C) 1994-2012 Lua.org, PUC-Rio" "" 0 [lua.h:0026:035] 
  • " " "" 0 [luac.c:0325:026] [luac.c:0329:026] [luac.c:0330:026] [luac.c:0349:013] 
  • " $" "" 0 [lapi.c:0033:033] [lapi.c:0034:031] 
  • " %d" "" 0 [luac.c:0299:037] [luac.c:0300:037] [luac.c:0304:037] [luac.c:0305:037] 
  • " (%s)" "" 0 [lauxlib.c:0165:054] [liolib.c:0207:046] [lua.c:0315:065] 
  • " (a %s value)" "" 0 [ldebug.c:0512:049] 
  • " (default is \"%s\")\n" "" 0 [luac.c:0057:047] 
  • " (should match " "" 0 [liolib.c:0222:026] 
  • " \f\n\r\t\v" "" 0 [lbaselib.c:0046:020] 
  • " after " "" 0 [lstrlib.c:0425:054] 
  • " already defined on line %d" "" 0 [lparser.c:1197:043] 
  • " expected" "" 0 [lparser.c:0775:066] [lparser.c:1364:067] 
  • " for <goto> at line %d" "" 0 [lparser.c:0466:050] 
  • " from file " "" 0 [loadlib.c:0405:026] 
  • " in " "" 0 [lauxlib.c:0134:026] 
  • " in file " "" 0 [loadlib.c:0458:050] 
  • " in pattern" "" 0 [lstrlib.c:0426:046] 
  • " in replacement string" "" 0 [lstrlib.c:0645:028] 
  • " initial value must be a number" "" 0 [lvm.c:0784:042] 
  • " limit must be a number" "" 0 [lvm.c:0786:042] 
  • " missing in date table" "" 0 [loslib.c:0163:044] 
  • " must be a string" "" 0 [loadlib.c:0393:040] 
  • " must be a table" "" 0 [loadlib.c:0484:047] 
  • " must recompile Lua with proper settings" "" 0 [lauxlib.c:0955:019] 
  • " must return a string to " "" 0 [lbaselib.c:0036:029] 
  • " needs argument" "" 0 [luac.c:0092:024] 
  • " not called from a Lua function" "" 0 [loadlib.c:0551:036] 
  • " not found:%s" "" 0 [loadlib.c:0491:038] 
  • " not supported" "" 0 [liolib.c:0056:033] 
  • " on bad self" "" 0 [lauxlib.c:0161:046] 
  • " or " "" 0 [lparser.c:1364:047] 
  • " outside a vararg function" "" 0 [lparser.c:0962:051] 
  • " step must be a number" "" 0 [lvm.c:0788:042] 
  • " to " "" 0 [lobject.c:0222:046] [lstrlib.c:0919:065] 
  • "!" "" 0 [loadlib.c:0066:023] 
  • "!\\" "" 0 [luaconf.h:0093:018] 
  • "!\\lua\\" "" 0 [luaconf.h:0092:018] 
  • "$LuaAuthors: " "" 0 [lapi.c:0034:003] 
  • "$LuaVersion: " "" 0 [lapi.c:0033:003] 
  • "%-9s\t" "" 0 [luac.c:0294:010] 
  • "%" "" 0 [lobject.c:0217:020] 
  • "%%" "" 0 [lstrlib.c:0234:066] 
  • "%%%c" "" 0 [lobject.c:0222:038] [lstrlib.c:0919:057] 
  • "%%b" "" 0 [lstrlib.c:0314:055] 
  • "%%f" "" 0 [lstrlib.c:0426:039] 
  • "%.14g" "" 0 [luaconf.h:0403:025] 
  • "%c" "" 0 [llex.c:0078:063] [loslib.c:0196:040] [lstrlib.c:0644:054] [luac.c:0227:009] [luac.c:0243:014] [luac.c:0248:009] 
  • "%d %d" "" 0 [luac.c:0308:012] 
  • "%d local%s, %d constant%s, %d function%s\n" "" 0 [luac.c:0394:009] 
  • "%d" "" 0 [luac.c:0298:012] [luac.c:0303:012] [luac.c:0311:012] 
  • "%d%s param%s, %d slot%s, %d upvalue%s, " "" 0 [luac.c:0391:009] 
  • "%d:" "" 0 [lauxlib.c:0133:028] 
  • "%lf" "" 0 [luaconf.h:0402:026] 
  • "%p" "" 0 [lobject.c:0212:031] 
  • "%s expected (to close %s at line %d)" "" 0 [lparser.c:0132:014] 
  • "%s expected" "" 0 [lparser.c:0079:031] 
  • "%s expected, got %s" "" 0 [lauxlib.c:0171:040] 
  • "%s near %s" "" 0 [llex.c:0109:029] 
  • "%s" "" 0 [lauxlib.c:0217:026] [lbaselib.c:0349:026] [ldblib.c:0347:027] [liolib.c:0491:028] [loadlib.c:0427:042] [loadlib.c:0432:040] [luaconf.h:0196:024] 
  • "%s: " "" 0 [lua.c:0109:025] [lua.c:0130:036] 
  • "%s: %p" "" 0 [lauxlib.c:0750:028] 
  • "%s: %s precompiled chunk" "" 0 [lundump.c:0032:024] 
  • "%s: %s" "" 0 [lauxlib.c:0215:026] 
  • "%s: %s\n" "" 0 [luac.c:0037:017] [luac.c:0052:018] 
  • "%s: cannot %s %s: %s\n" "" 0 [luac.c:0043:017] 
  • "%s: unrecognized option " "" 0 [luac.c:0050:018] 
  • "%s:%d: " "" 0 [lauxlib.c:0187:026] 
  • "%s:%d: %s" "" 0 [ldebug.c:0555:025] [llex.c:0107:033] 
  • "%s\n" "" 0 [lauxlib.c:0122:031] [ldblib.c:0353:029] [lua.c:0131:025] [luac.c:0111:010] 
  • "(*temporary)" "" 0 [ldebug.c:0135:014] 
  • "(*vararg)" "" 0 [ldebug.c:0113:012] 
  • "(bstring)" "" 0 [luac.c:0384:005] 
  • "(error object is not a string)" "" 0 [lua.c:0138:028] [lua.c:0153:028] 
  • "(for control)" "" 0 [lparser.c:1338:027] 
  • "(for generator)" "" 0 [lparser.c:1336:027] 
  • "(for index)" "" 0 [lparser.c:1310:027] 
  • "(for limit)" "" 0 [lparser.c:1311:027] 
  • "(for state)" "" 0 [lparser.c:1337:027] 
  • "(for step)" "" 0 [lparser.c:1312:027] 
  • "(function()end)();" "" 0 [luac.c:0117:018] 
  • "(missing arguments to " "" 0 [lstrlib.c:0314:023] 
  • "(no error message)" "" 0 [lua.c:0166:026] 
  • "(null)" "" 0 [lobject.c:0190:028] 
  • "(string)" "" 0 [luac.c:0386:005] 
  • ")" "" 0 [ldo.c:0621:054] [liolib.c:0222:066] [lstrlib.c:0234:072] [lstrlib.c:0241:071] [lstrlib.c:0314:062] [luac.c:0144:042] 
  • "*t" "" 0 [loslib.c:0207:022] 
  • "." "" 0 [lauxlib.c:0055:028] [llex.c:0469:028] [llex.c:0470:030] [loadlib.c:0375:054] [loadlib.c:0394:036] [loadlib.c:0422:035] [lua.h:0024:046] [lua.h:0025:033] [luaconf.h:0102:036] 
  • ".." "" 0 [llex.c:0041:005] 
  • "..." "" 0 [llex.c:0041:011] [lobject.c:0248:014] [lparser.c:0775:059] [lparser.c:0962:044] 
  • "./?.lua" "" 0 [luaconf.h:0108:043] 
  • "./?.so" "" 0 [luaconf.h:0110:041] 
  • ".\\?.dll" "" 0 [luaconf.h:0098:043] 
  • ".\\?.lua" "" 0 [luaconf.h:0096:044] 
  • ".out" "" 0 [luac.c:0026:026] 
  • "/" "" 0 [luaconf.h:0102:058] [luaconf.h:0122:020] 
  • "/tmp/lua_XXXXXX" "" 0 [loslib.c:0049:019] 
  • "/usr/local/" "" 0 [luaconf.h:0103:018] 
  • "::" "" 0 [llex.c:0041:042] 
  • ":\n\t%s" "" 0 [loadlib.c:0405:047] 
  • ";" "" 0 [loadlib.c:0060:023] 
  • "? type=%d" "" 0 [luac.c:0269:009] 
  • "?" "" 0 [lapi.c:0975:031] [lauxlib.c:0094:026] [lauxlib.c:0164:068] [ldebug.c:0102:025] [ldebug.c:0326:011] [loadlib.c:0063:024] 
  • "?.dll;" "" 0 [luaconf.h:0098:011] 
  • "?.lua;" "" 0 [luaconf.h:0095:011] [luaconf.h:0096:011] [luaconf.h:0107:011] [luaconf.h:0108:011] 
  • "?.so;" "" 0 [luaconf.h:0110:011] 
  • "?/init.lua;" "" 0 [luaconf.h:0107:029] [luaconf.h:0108:029] 
  • "?\\init.lua;" "" 0 [luaconf.h:0095:029] [luaconf.h:0096:029] 
  • "@%s" "" 0 [lauxlib.c:0640:024] 
  • "[-]\t" "" 0 [luac.c:0293:050] 
  • "[" "" 0 [lstrlib.c:0425:049] 
  • "[%d]\t" "" 0 [luac.c:0293:022] 
  • "[rwa]%%+?b?" "" 0 [liolib.c:0222:051] 
  • "[string \"" "" 0 [lobject.c:0249:013] 
  • "\"]" "" 0 [lobject.c:0250:013] 
  • "\\" "" 0 [luaconf.h:0120:020] 
  • "\\%03d" "" 0 [lstrlib.c:0800:023] [luac.c:0245:011] 
  • "\\%d" "" 0 [lstrlib.c:0798:023] 
  • "\\\"" "" 0 [luac.c:0233:022] 
  • "\\\\" "" 0 [luac.c:0234:022] 
  • "\\a" "" 0 [luac.c:0235:022] 
  • "\\b" "" 0 [luac.c:0236:022] 
  • "\\f" "" 0 [luac.c:0237:022] 
  • "\\n" "" 0 [luac.c:0238:022] 
  • "\\r" "" 0 [luac.c:0239:022] 
  • "\\t" "" 0 [luac.c:0240:022] 
  • "\\v" "" 0 [luac.c:0241:022] 
  • "\033Lua" "" 0 [lua.h:0031:023] 
  • "\1" "" 0 [loadlib.c:0622:018] 
  • "\n" "" 0 [loadlib.c:0710:033] [loadlib.c:0710:051] [loadlib.c:0710:070] [loadlib.c:0711:035] [loadlib.c:0711:051] [lua.c:0117:047] [lua.c:0118:073] [lua.c:0119:048] [lua.c:0292:024] [luac.c:0050:052] [luac.c:0371:010] [luac.c:0407:010] [luaconf.h:0215:044] 
  • "\n%s <%s:%d,%d> (%d instruction%s at %p)\n" "" 0 [luac.c:0387:009] 
  • "\n\t%s:" "" 0 [lauxlib.c:0131:026] 
  • "\n\t(...tail calls...)" "" 0 [lauxlib.c:0137:028] 
  • "\n\t..." "" 0 [lauxlib.c:0126:026] 
  • "\n\tno field package.preload['%s']" "" 0 [loadlib.c:0473:024] 
  • "\n\tno file " "" 0 [loadlib.c:0363:024] 
  • "\n\tno module " "" 0 [loadlib.c:0458:026] 
  • "\t" "" 0 [lbaselib.c:0037:031] 
  • "\t%d\t" "" 0 [luac.c:0292:010] [luac.c:0405:010] 
  • "\t%d\t%s\t%d\t%d\n" "" 0 [luac.c:0413:010] [luac.c:0420:010] 
  • "\t; " "" 0 [luac.c:0317:012] [luac.c:0334:026] [luac.c:0347:013] [luac.c:0366:012] 
  • "\t; %d" "" 0 [luac.c:0363:022] [luac.c:0363:061] 
  • "\t; %p" "" 0 [luac.c:0360:012] 
  • "\t; %s" "" 0 [luac.c:0321:012] [luac.c:0324:012] [luac.c:0328:012] 
  • "\t; to %d" "" 0 [luac.c:0357:012] 
  • "\x19\x93\r\n\x1a\n" "" 0 [lundump.h:0023:020] 
  • "\xEF\xBB\xBF" "" 0 [lauxlib.c:0596:019] 
  • "]" "" 0 [lstrlib.c:0241:066] 
  • "^$*+?.([%-" "" 0 [lstrlib.c:0211:018] 
  • "_" "" 0 [loadlib.c:0045:025] [loadlib.c:0045:047] [loadlib.c:0092:019] [lua.c:0039:011] [lua.c:0039:033] 
  • "__add" "" 0 [ltm.c:0036:005] 
  • "__call" "" 0 [ltm.c:0038:017] 
  • "__concat" "" 0 [ltm.c:0038:005] 
  • "__div" "" 0 [ltm.c:0036:032] 
  • "__eq" "" 0 [ltm.c:0035:032] 
  • "__gc" "" 0 [liolib.c:0608:004] [loadlib.c:0695:023] [ltm.c:0035:005] 
  • "__index" "" 0 [liolib.c:0617:023] [loadlib.c:0612:023] [lstrlib.c:0959:023] [ltm.c:0034:005] 
  • "__ipairs" "" 0 [lbaselib.c:0241:023] 
  • "__le" "" 0 [ltm.c:0037:031] 
  • "__len" "" 0 [ltm.c:0035:023] 
  • "__lt" "" 0 [ltm.c:0037:023] 
  • "__metatable" "" 0 [lbaselib.c:0107:027] [lbaselib.c:0117:031] 
  • "__mod" "" 0 [ltm.c:0036:041] 
  • "__mode" "" 0 [ldblib.c:0312:025] [ltm.c:0035:013] 
  • "__mul" "" 0 [ltm.c:0036:023] 
  • "__newindex" "" 0 [ltm.c:0034:016] 
  • "__pairs" "" 0 [lbaselib.c:0226:023] 
  • "__pow" "" 0 [ltm.c:0037:005] 
  • "__sub" "" 0 [ltm.c:0036:014] 
  • "__tostring" "" 0 [lauxlib.c:0737:030] [liolib.c:0609:004] [lua.c:0165:030] 
  • "__unm" "" 0 [ltm.c:0037:014] 
  • "_CLIBS" "" 0 [loadlib.c:0096:016] 
  • "_ENV" "" 0 [luaconf.h:0131:018] 
  • "_G" "" 0 [lbaselib.c:0452:023] [linit.c:0030:004] 
  • "_HKEY" "" 0 [ldblib.c:0021:018] 
  • "_IO_" "" 0 [liolib.c:0102:019] 
  • "_LOADED" "" 0 [lauxlib.c:0811:040] [lauxlib.c:0890:042] [loadlib.c:0511:038] [loadlib.c:0714:042] 
  • "_M" "" 0 [loadlib.c:0573:023] 
  • "_NAME" "" 0 [loadlib.c:0575:023] [loadlib.c:0590:023] 
  • "_PACKAGE" "" 0 [loadlib.c:0581:023] 
  • "_PRELOAD" "" 0 [linit.c:0060:042] [loadlib.c:0470:038] [loadlib.c:0717:042] 
  • "_PROMPT" "" 0 [lua.c:0237:032] 
  • "_PROMPT2" "" 0 [lua.c:0237:044] 
  • "_VERSION" "" 0 [lbaselib.c:0456:023] 
  • "~=" "" 0 [llex.c:0041:036] 
  • "+-" "" 0 [llex.c:0238:022] 
  • "+" "" 0 [luac.c:0392:035] 
  • "<%s> at line %d not inside a loop" "" 0 [lparser.c:0465:023] 
  • "<=" "" 0 [llex.c:0041:030] 
  • "<eof>" "" 0 [llex.c:0041:048] [lua.c:0245:018] 
  • "<goto %s> at line %d jumps into the scope of local " "" 0 [lparser.c:0349:007] 
  • "<name> or " "" 0 [lparser.c:0775:039] 
  • "<name>" "" 0 [llex.c:0042:017] 
  • "<number>" "" 0 [llex.c:0042:005] 
  • "<string>" "" 0 [llex.c:0042:027] 
  • "=" "" 0 [lparser.c:1364:042] [lua.c:0423:022] [lua.c:0426:012] 
  • "=(" "" 0 [luac.c:0144:028] 
  • "=(command line)" "" 0 [lua.c:0403:032] 
  • "=(debug command)" "" 0 [ldblib.c:0351:052] 
  • "=(load)" "" 0 [lbaselib.c:0318:050] 
  • "=?" "" 0 [ldebug.c:0187:050] [luac.c:0380:048] 
  • "=[C]" "" 0 [ldebug.c:0180:018] 
  • "==" "" 0 [llex.c:0041:018] 
  • "=stdin" "" 0 [lauxlib.c:0636:024] [lua.c:0288:042] 
  • "> " "" 0 [lua.c:0022:021] 
  • ">%s" "" 0 [ldblib.c:0124:024] 
  • ">=" "" 0 [llex.c:0041:024] 
  • ">> " "" 0 [lua.c:0023:022] 
  • ">u" "" 0 [ldblib.c:0233:018] 
  • "1" "" 0 [lua.h:0022:029] 
  • "2" "" 0 [lua.h:0020:027] 
  • "5" "" 0 [lua.h:0019:027] 
  • "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%" "" 0 [loslib.c:0032:004] 
  • "aAbBcdHIjmMpSUwWxXyYz%" "" 0 [loslib.c:0029:031] 
  • "abs" "" 0 [lmathlib.c:0238:004] 
  • "absent" "" 0 [loadlib.c:0223:018] 
  • "acos" "" 0 [lmathlib.c:0239:004] 
  • "activelines" "" 0 [ldblib.c:0155:029] 
  • "ADD" "" 0 [lopcodes.c:0031:003] 
  • "all" "" 0 [loslib.c:0278:042] [loslib.c:0281:035] 
  • "and" "" 0 [llex.c:0037:005] 
  • "arg" "" 0 [lua.c:0329:020] 
  • "arshift" "" 0 [lbitlib.c:0188:004] 
  • "asin" "" 0 [lmathlib.c:0240:004] 
  • "assert" "" 0 [lbaselib.c:0419:004] 
  • "assertion failed!" "" 0 [lbaselib.c:0349:053] 
  • "atan" "" 0 [lmathlib.c:0242:004] 
  • "atan2" "" 0 [lmathlib.c:0241:004] 
  • "attempt to %s %s " "" 0 [ldebug.c:0512:022] 
  • "attempt to %s a %s value" "" 0 [ldebug.c:0515:022] 
  • "attempt to compare %s with %s" "" 0 [ldebug.c:0540:022] 
  • "attempt to compare two %s values" "" 0 [ldebug.c:0538:022] 
  • "attempt to load a %s chunk (mode is " "" 0 [ldo.c:0621:008] 
  • "attempt to use a closed file" "" 0 [liolib.c:0142:019] 
  • "attempt to yield across metamethod/C-call boundary" "" 0 [ldo.c:0561:024] 
  • "attempt to yield from outside a coroutine" "" 0 [ldo.c:0563:024] 
  • "Available options are:\n" "" 0 [lua.c:0116:003] [luac.c:0055:003] 
  • "bad argument #%d (%s)" "" 0 [lauxlib.c:0156:026] 
  • "bad argument #%d to " "" 0 [lauxlib.c:0165:024] 
  • "bad conversion number->int;" "" 0 [lauxlib.c:0954:019] 
  • "band" "" 0 [lbitlib.c:0189:004] 
  • "base out of range" "" 0 [lbaselib.c:0064:050] 
  • "binary string" "" 0 [lundump.c:0213:010] 
  • "binary" "" 0 [ldo.c:0633:027] 
  • "bit32" "" 0 [lualib.h:0032:024] 
  • "bnot" "" 0 [lbitlib.c:0190:004] 
  • "boolean" "" 0 [ltm.c:0026:010] 
  • "bor" "" 0 [lbitlib.c:0191:004] 
  • "break" "" 0 [llex.c:0037:012] [lparser.c:0454:032] [lparser.c:1184:029] 
  • "bt" "" 0 [lbaselib.c:0312:043] 
  • "btest" "" 0 [lbitlib.c:0193:004] 
  • "buffer too large" "" 0 [lauxlib.c:0444:021] 
  • "bxor" "" 0 [lbitlib.c:0192:004] 
  • "byte" "" 0 [lstrlib.c:0934:004] 
  • "C API - attempt to push a signaling NaN" "" 0 [lapi.c:0468:022] 
  • "C levels" "" 0 [lparser.c:0333:050] [lparser.c:1143:021] 
  • "C stack overflow" "" 0 [ldo.c:0387:024] [ldo.c:0489:021] 
  • "C" "" 0 [ldebug.c:0183:016] 
  • "call" "" 0 [ldblib.c:0261:006] [ldo.c:0278:029] 
  • "CALL" "" 0 [lopcodes.c:0047:003] 
  • "calling " "" 0 [lauxlib.c:0161:028] 
  • "cannot %s %s: %s" "" 0 [lauxlib.c:0589:022] 
  • "cannot change a protected metatable" "" 0 [lbaselib.c:0118:026] 
  • "cannot close standard file" "" 0 [liolib.c:0630:022] 
  • "cannot create state: not enough memory" "" 0 [lua.c:0483:024] [luac.c:0196:021] 
  • "cannot do calls on non-normal thread" "" 0 [lapi.c:0893:037] [lapi.c:0934:037] 
  • "cannot open file " "" 0 [liolib.c:0207:019] 
  • "cannot resume dead coroutine" "" 0 [lcorolib.c:0027:024] [ldo.c:0498:021] 
  • "cannot resume non-suspended coroutine" "" 0 [ldo.c:0492:023] 
  • "cannot use " "" 0 [lparser.c:0962:023] 
  • "cannot use continuations inside hooks" "" 0 [lapi.c:0891:005] [lapi.c:0932:005] 
  • "cCxXyY" "" 0 [loslib.c:0033:013] 
  • "ceil" "" 0 [lmathlib.c:0243:004] 
  • "char" "" 0 [lstrlib.c:0935:004] 
  • "char(%d)" "" 0 [llex.c:0079:055] 
  • "chunk has too many lines" "" 0 [llex.c:0152:026] 
  • "clock" "" 0 [loslib.c:0301:004] 
  • "close" "" 0 [liolib.c:0582:004] [liolib.c:0601:004] [luac.c:0184:025] 
  • "closed file" "" 0 [liolib.c:0122:024] 
  • "closure expected" "" 0 [lapi.c:1266:023] 
  • "CLOSURE" "" 0 [lopcodes.c:0055:003] 
  • "collate" "" 0 [loslib.c:0278:049] 
  • "collect" "" 0 [lbaselib.c:0161:057] [lbaselib.c:0167:042] 
  • "collectgarbage" "" 0 [lbaselib.c:0420:004] 
  • "CONCAT" "" 0 [lopcodes.c:0040:003] 
  • "concat" "" 0 [ltablib.c:0088:026] [ltablib.c:0261:004] 
  • "concatenate" "" 0 [ldebug.c:0522:025] 
  • "config" "" 0 [loadlib.c:0712:023] 
  • "constant" "" 0 [ldebug.c:0416:018] 
  • "constants (%d) for %p:\n" "" 0 [luac.c:0402:009] 
  • "constants" "" 0 [lcode.c:0310:060] 
  • "constructor too long" "" 0 [lcode.c:0879:030] 
  • "cont\n" "" 0 [ldblib.c:0349:024] 
  • "control structure too long" "" 0 [lcode.c:0085:030] 
  • "coroutine expected" "" 0 [lcorolib.c:0052:027] [lcorolib.c:0106:027] 
  • "coroutine" "" 0 [lualib.h:0017:023] 
  • "corrupted" "" 0 [lundump.c:0061:019] [lundump.c:0200:063] 
  • "cos" "" 0 [lmathlib.c:0245:004] 
  • "cosh" "" 0 [lmathlib.c:0244:004] 
  • "count" "" 0 [lbaselib.c:0162:005] [ldblib.c:0261:032] 
  • "cpath" "" 0 [loadlib.c:0439:044] [loadlib.c:0452:047] [loadlib.c:0708:014] 
  • "create" "" 0 [lcorolib.c:0140:004] 
  • "ctype" "" 0 [loslib.c:0278:060] 
  • "cur" "" 0 [liolib.c:0539:050] [liolib.c:0541:035] 
  • "currentline" "" 0 [ldblib.c:0142:017] 
  • "date" "" 0 [loslib.c:0302:004] 
  • "day" "" 0 [loslib.c:0212:017] [loslib.c:0252:030] 
  • "dead" "" 0 [lcorolib.c:0118:032] [lcorolib.c:0124:028] 
  • "debug" "" 0 [ldblib.c:0374:004] [lualib.h:0038:023] 
  • "decimal escape too large" "" 0 [llex.c:0335:024] 
  • "deg" "" 0 [lmathlib.c:0246:004] 
  • "deHImMSuUVwWy" "" 0 [loslib.c:0034:009] 
  • "difftime" "" 0 [loslib.c:0303:004] 
  • "DIV" "" 0 [lopcodes.c:0034:003] 
  • "do" "" 0 [llex.c:0037:021] 
  • "dofile" "" 0 [lbaselib.c:0421:004] 
  • "dump" "" 0 [lstrlib.c:0936:004] 
  • "dynamic libraries not enabled; check your Lua installation" "" 0 [loadlib.c:0226:015] 
  • "E" "" 0 [loslib.c:0033:008] 
  • "Ee" "" 0 [llex.c:0230:022] 
  • "else" "" 0 [llex.c:0037:027] 
  • "elseif" "" 0 [llex.c:0037:035] 
  • "end" "" 0 [liolib.c:0539:057] [llex.c:0038:005] 
  • "EQ" "" 0 [lopcodes.c:0042:003] 
  • "error calling " "" 0 [lua.c:0315:032] 
  • "error in __gc metamethod (%s)" "" 0 [lgc.c:0834:029] 
  • "error in error handling" "" 0 [ldo.c:0091:049] 
  • "error loading module " "" 0 [loadlib.c:0404:026] 
  • "error" "" 0 [lbaselib.c:0422:004] 
  • "execute" "" 0 [loslib.c:0304:004] 
  • "exit" "" 0 [lauxlib.c:0247:022] [loslib.c:0305:004] 
  • "exp" "" 0 [lmathlib.c:0247:004] 
  • "external hook" "" 0 [ldblib.c:0331:024] 
  • "EXTRAARG" "" 0 [lopcodes.c:0057:003] 
  • "extract" "" 0 [lbitlib.c:0194:004] 
  • "f" "" 0 [lauxlib.c:0069:018] [loadlib.c:0549:022] 
  • "false" "" 0 [lauxlib.c:0744:061] [llex.c:0038:012] [luac.c:0260:030] 
  • "field " "" 0 [loslib.c:0163:028] 
  • "field cannot be negative" "" 0 [lbitlib.c:0155:034] 
  • "field" "" 0 [ldebug.c:0404:062] 
  • "file (%p)" "" 0 [liolib.c:0134:024] 
  • "file (closed)" "" 0 [liolib.c:0132:024] 
  • "file is already closed" "" 0 [liolib.c:0480:026] 
  • "file" "" 0 [liolib.c:0124:024] 
  • "FILE*" "" 0 [lauxlib.h:0185:033] 
  • "find" "" 0 [lstrlib.c:0937:004] 
  • "flnStu" "" 0 [ldblib.c:0116:050] 
  • "floor" "" 0 [lmathlib.c:0248:004] 
  • "flush" "" 0 [liolib.c:0583:004] [liolib.c:0602:004] 
  • "fmod" "" 0 [lmathlib.c:0249:004] 
  • "for iterator" "" 0 [ldebug.c:0442:015] [ldebug.c:0443:015] 
  • "for" "" 0 [llex.c:0038:021] [lvm.c:0784:035] [lvm.c:0786:035] [lvm.c:0788:035] 
  • "FORLOOP" "" 0 [lopcodes.c:0050:003] 
  • "format" "" 0 [lstrlib.c:0920:039] [lstrlib.c:0938:004] 
  • "FORPREP" "" 0 [lopcodes.c:0051:003] 
  • "frexp" "" 0 [lmathlib.c:0250:004] 
  • "full userdata expected, got light userdata" "" 0 [ldblib.c:0061:025] 
  • "full" "" 0 [liolib.c:0558:049] 
  • "func" "" 0 [ldblib.c:0157:029] 
  • "function " "" 0 [lauxlib.c:0085:024] [lauxlib.c:0090:026] 
  • "function <%s:%d>" "" 0 [lauxlib.c:0097:024] 
  • "function arguments expected" "" 0 [lparser.c:0846:028] 
  • "function at line %d" "" 0 [lparser.c:0089:045] 
  • "function expected" "" 0 [ldebug.c:0275:038] 
  • "function or expression too complex" "" 0 [lcode.c:0265:032] 
  • "function or level expected" "" 0 [ldblib.c:0130:036] 
  • "function" "" 0 [llex.c:0038:028] [ltm.c:0027:022] [luac.c:0388:030] 
  • "functions" "" 0 [lparser.c:0505:068] 
  • "generational" "" 0 [lbaselib.c:0163:033] 
  • "get length of" "" 0 [lvm.c:0353:031] 
  • "getenv" "" 0 [loslib.c:0306:004] 
  • "gethook" "" 0 [ldblib.c:0376:004] 
  • "getinfo" "" 0 [ldblib.c:0377:004] 
  • "getlocal" "" 0 [ldblib.c:0378:004] 
  • "getmetatable" "" 0 [lbaselib.c:0423:004] [ldblib.c:0380:004] 
  • "getregistry" "" 0 [ldblib.c:0379:004] 
  • "GETTABLE" "" 0 [lopcodes.c:0025:003] 
  • "GETTABUP" "" 0 [lopcodes.c:0024:003] 
  • "GETUPVAL" "" 0 [lopcodes.c:0023:003] 
  • "getupvalue" "" 0 [ldblib.c:0381:004] 
  • "getuservalue" "" 0 [ldblib.c:0375:004] 
  • "global" "" 0 [ldebug.c:0404:051] 
  • "gmatch" "" 0 [lstrlib.c:0939:004] 
  • "goto" "" 0 [llex.c:0038:040] 
  • "gsub" "" 0 [lstrlib.c:0940:004] 
  • "hexadecimal digit expected" "" 0 [llex.c:0319:030] 
  • "hidden" "" 0 [luaconf.h:0179:045] 
  • "hooks cannot continue after yielding" "" 0 [ldo.c:0568:029] 
  • "hour" "" 0 [loslib.c:0211:017] [loslib.c:0251:030] 
  • "huge" "" 0 [lmathlib.c:0280:023] 
  • "if" "" 0 [llex.c:0038:048] 
  • "in" "" 0 [llex.c:0039:005] [lparser.c:1364:061] 
  • "incompatible" "" 0 [lundump.c:0200:033] 
  • "incremental" "" 0 [lbaselib.c:0163:049] 
  • "index out of range" "" 0 [lbaselib.c:0364:033] 
  • "index" "" 0 [lvm.c:0126:028] [lvm.c:0164:030] 
  • "init" "" 0 [loadlib.c:0316:054] 
  • "input" "" 0 [liolib.c:0103:029] [liolib.c:0584:004] 
  • "insert" "" 0 [ltablib.c:0060:067] [ltablib.c:0265:004] 
  • "interrupted!" "" 0 [lua.c:0097:017] 
  • "interval is empty" "" 0 [lmathlib.c:0213:037] [lmathlib.c:0220:035] 
  • "invalid capture index %%%d" "" 0 [lstrlib.c:0217:030] 
  • "invalid capture index" "" 0 [lstrlib.c:0501:025] 
  • "invalid conversion specifier '%%%s'" "" 0 [loslib.c:0190:024] 
  • "invalid escape sequence" "" 0 [llex.c:0378:045] 
  • "invalid format (repeated flags)" "" 0 [lstrlib.c:0814:019] 
  • "invalid format (width or precision too long)" "" 0 [lstrlib.c:0823:019] 
  • "invalid format" "" 0 [liolib.c:0450:040] 
  • "invalid index" "" 0 [lapi.c:0043:061] [lapi.c:0055:063] 
  • "invalid key to " "" 0 [ltable.c:0163:026] 
  • "invalid long string delimiter" "" 0 [llex.c:0436:027] 
  • "invalid mode " "" 0 [liolib.c:0221:026] 
  • "invalid new top" "" 0 [lapi.c:0166:053] 
  • "invalid option " "" 0 [lauxlib.c:0328:043] [lobject.c:0222:013] [lstrlib.c:0919:032] 
  • "invalid option" "" 0 [lapi.c:0318:032] [ldblib.c:0132:036] [liolib.c:0434:047] 
  • "invalid order function for sorting" "" 0 [ltablib.c:0218:033] [ltablib.c:0223:033] 
  • "invalid pattern capture" "" 0 [lstrlib.c:0226:028] 
  • "invalid replacement value (a %s)" "" 0 [lstrlib.c:0685:019] 
  • "invalid upvalue index" "" 0 [lapi.c:1248:053] [lapi.c:1262:049] [ldblib.c:0234:056] 
  • "invalid use of " "" 0 [lstrlib.c:0644:029] 
  • "invalid value (%s) at index %d in table for " "" 0 [ltablib.c:0087:019] 
  • "io" "" 0 [lualib.h:0023:023] 
  • "ipairs" "" 0 [lbaselib.c:0424:004] 
  • "isdst" "" 0 [loslib.c:0217:021] [loslib.c:0255:035] 
  • "isrunning" "" 0 [lbaselib.c:0163:020] 
  • "istailcall" "" 0 [ldblib.c:0153:017] 
  • "isvararg" "" 0 [ldblib.c:0146:017] 
  • "items in a constructor" "" 0 [lparser.c:0656:037] [lparser.c:0699:039] 
  • "JMP" "" 0 [lopcodes.c:0041:003] 
  • "k" "" 0 [ldblib.c:0311:023] 
  • "l" "" 0 [lstrlib.c:0755:024] 
  • "label " "" 0 [lparser.c:1197:027] 
  • "labels/gotos" "" 0 [lparser.c:0388:040] 
  • "lastlinedefined" "" 0 [ldblib.c:0138:017] 
  • "ldexp" "" 0 [lmathlib.c:0251:004] 
  • "LE" "" 0 [lopcodes.c:0044:003] 
  • "LEN" "" 0 [lopcodes.c:0039:003] 
  • "len" "" 0 [lstrlib.c:0941:004] 
  • "level out of range" "" 0 [ldblib.c:0175:038] [ldblib.c:0196:036] 
  • "lexical element too long" "" 0 [llex.c:0057:020] 
  • "lib/lua/" "" 0 [luaconf.h:0105:027] 
  • "line" "" 0 [ldblib.c:0261:024] [liolib.c:0558:057] 
  • "linedefined" "" 0 [ldblib.c:0137:017] 
  • "lines" "" 0 [liolib.c:0585:004] [liolib.c:0603:004] 
  • "ll" "" 0 [lstrlib.c:0750:024] 
  • "load" "" 0 [lbaselib.c:0426:004] 
  • "loadall.dll;" "" 0 [luaconf.h:0098:028] 
  • "loadall.so;" "" 0 [luaconf.h:0110:027] 
  • "LOADBOOL" "" 0 [lopcodes.c:0021:003] 
  • "loaded" "" 0 [loadlib.c:0715:023] 
  • "loaders" "" 0 [loadlib.c:0702:023] 
  • "loadfile" "" 0 [lbaselib.c:0425:004] 
  • "LOADK" "" 0 [lopcodes.c:0019:003] 
  • "LOADKX" "" 0 [lopcodes.c:0020:003] 
  • "loadlib" "" 0 [loadlib.c:0657:004] 
  • "LOADNIL" "" 0 [lopcodes.c:0022:003] 
  • "loadstring" "" 0 [lbaselib.c:0428:004] 
  • "local variables" "" 0 [lparser.c:0170:037] [lparser.c:0183:028] [lparser.c:0185:055] 
  • "local" "" 0 [ldebug.c:0383:012] [llex.c:0039:011] 
  • "locals (%d) for %p:\n" "" 0 [luac.c:0410:009] 
  • "log" "" 0 [lmathlib.c:0255:004] 
  • "log10" "" 0 [lmathlib.c:0253:004] 
  • "loop in gettable" "" 0 [lvm.c:0133:020] 
  • "loop in settable" "" 0 [lvm.c:0172:020] 
  • "lower" "" 0 [lstrlib.c:0942:004] 
  • "lrotate" "" 0 [lbitlib.c:0195:004] 
  • "lS" "" 0 [ldblib.c:0270:031] 
  • "lshift" "" 0 [lbitlib.c:0196:004] 
  • "LT" "" 0 [lopcodes.c:0043:003] 
  • "Lua " "" 0 [lua.h:0024:021] 
  • "Lua function expected" "" 0 [lapi.c:1246:034] [ldblib.c:0249:047] [ldblib.c:0250:047] 
  • "Lua" "" 0 [ldebug.c:0190:050] 
  • "lua" "" 0 [lua.c:0027:023] 
  • "LUA_CPATH" "" 0 [loadlib.c:0042:019] 
  • "lua_debug> " "" 0 [ldblib.c:0347:033] 
  • "LUA_INIT" "" 0 [lua.c:0035:019] 
  • "LUA_NOENV" "" 0 [loadlib.c:0630:038] [lua.c:0452:040] 
  • "LUA_PATH" "" 0 [loadlib.c:0038:018] 
  • "lua_pushfstring" "" 0 [lobject.c:0222:060] 
  • "luac" "" 0 [luac.c:0025:018] 
  • "luaopen_" "" 0 [loadlib.c:0089:018] 
  • "main chunk" "" 0 [lauxlib.c:0087:026] 
  • "main function" "" 0 [lparser.c:0088:025] 
  • "main" "" 0 [ldebug.c:0190:041] [luac.c:0388:023] 
  • "malformed number" "" 0 [llex.c:0219:018] 
  • "malformed pattern " "" 0 [lstrlib.c:0313:023] 
  • "malformed pattern (ends with " "" 0 [lstrlib.c:0234:027] 
  • "malformed pattern (missing " "" 0 [lstrlib.c:0241:029] 
  • "match" "" 0 [lstrlib.c:0943:004] 
  • "math" "" 0 [lualib.h:0035:025] 
  • "max" "" 0 [lmathlib.c:0256:004] 
  • "maxn" "" 0 [ltablib.c:0263:004] 
  • "memory allocation error: block too big" "" 0 [lmem.c:0067:020] 
  • "metamethod" "" 0 [ldebug.c:0467:010] 
  • "method" "" 0 [lauxlib.c:0158:027] [ldebug.c:0423:016] 
  • "min" "" 0 [lmathlib.c:0257:004] [loslib.c:0210:017] [loslib.c:0250:029] 
  • "missing " "" 0 [lstrlib.c:0425:031] 
  • "MOD" "" 0 [lopcodes.c:0035:003] 
  • "modf" "" 0 [lmathlib.c:0258:004] 
  • "module " "" 0 [loadlib.c:0491:021] 
  • "module" "" 0 [loadlib.c:0551:026] [loadlib.c:0668:004] 
  • "monetary" "" 0 [loslib.c:0278:069] 
  • "month" "" 0 [loslib.c:0213:017] [loslib.c:0253:029] 
  • "MOVE" "" 0 [lopcodes.c:0018:003] 
  • "moving among independent states" "" 0 [lapi.c:0108:037] 
  • "MUL" "" 0 [lopcodes.c:0033:003] 
  • "multiple Lua VMs detected" "" 0 [lauxlib.c:0946:019] 
  • "n" "" 0 [lauxlib.c:0157:018] [ltablib.c:0123:023] 
  • "name conflict for module " "" 0 [lauxlib.c:0818:021] 
  • "name" "" 0 [ldblib.c:0149:017] [lua.c:0119:040] [luac.c:0057:039] 
  • "namewhat" "" 0 [ldblib.c:0150:017] 
  • "new top too large" "" 0 [lapi.c:0160:053] 
  • "NEWTABLE" "" 0 [lopcodes.c:0029:003] 
  • "next" "" 0 [lbaselib.c:0430:004] [ltable.c:0163:051] 
  • "nil or table expected" "" 0 [lbaselib.c:0116:021] [ldblib.c:0043:021] 
  • "nil" "" 0 [lauxlib.c:0747:028] [llex.c:0039:020] [ltm.c:0026:003] [luac.c:0257:009] 
  • "nN" "" 0 [lobject.c:0160:018] 
  • "no input files given" "" 0 [luac.c:0194:021] 
  • "no message" "" 0 [lgc.c:0833:031] 
  • "no value" "" 0 [lstrlib.c:0863:031] [ltm.c:0025:003] 
  • "no visible label " "" 0 [lparser.c:0466:023] 
  • "no" "" 0 [liolib.c:0558:043] 
  • "normal" "" 0 [lcorolib.c:0116:030] 
  • "not a non-negative number in proper range" "" 0 [lstrlib.c:0885:025] 
  • "not a number in proper range" "" 0 [lstrlib.c:0875:025] 
  • "not a" "" 0 [lundump.c:0198:033] 
  • "not an integer in proper range" "" 0 [liolib.c:0545:019] 
  • "not enough elements in the stack" "" 0 [lapi.h:0021:007] 
  • "not enough elements to move" "" 0 [lapi.c:0109:047] 
  • "not enough memory" "" 0 [lstate.c:0042:019] 
  • "not" "" 0 [llex.c:0039:027] 
  • "NOT" "" 0 [lopcodes.c:0038:003] 
  • "nparams" "" 0 [ldblib.c:0145:017] 
  • "number" "" 0 [ltm.c:0026:036] 
  • "numeric" "" 0 [loslib.c:0279:006] 
  • "nups" "" 0 [ldblib.c:0144:017] 
  • "O" "" 0 [loslib.c:0034:004] 
  • "object length is not a number" "" 0 [lauxlib.c:0730:019] 
  • "opcodes" "" 0 [lcode.c:0217:028] [lcode.c:0221:028] 
  • "open" "" 0 [lauxlib.c:0642:041] [liolib.c:0586:004] [loadlib.c:0098:018] [luac.c:0179:023] 
  • "or" "" 0 [llex.c:0039:034] 
  • "os" "" 0 [lualib.h:0026:023] 
  • "output" "" 0 [liolib.c:0104:030] [liolib.c:0587:004] 
  • "pack" "" 0 [ltablib.c:0266:004] 
  • "package" "" 0 [lualib.h:0041:025] 
  • "package.%s" "" 0 [loadlib.c:0393:026] 
  • "package.searchers" "" 0 [loadlib.c:0484:026] 
  • "pairs" "" 0 [lbaselib.c:0431:004] 
  • "PANIC: unprotected error in call to Lua API (%s)\n" "" 0 [lauxlib.c:0930:025] 
  • "path" "" 0 [loadlib.c:0413:032] [loadlib.c:0706:014] 
  • "pcall" "" 0 [lbaselib.c:0432:004] 
  • "perform arithmetic on" "" 0 [ldebug.c:0530:025] 
  • "pi" "" 0 [lmathlib.c:0278:023] 
  • "popen" "" 0 [liolib.c:0056:024] [liolib.c:0588:004] 
  • "pow" "" 0 [lmathlib.c:0259:004] 
  • "POW" "" 0 [lopcodes.c:0036:003] 
  • "Pp" "" 0 [llex.c:0235:012] 
  • "preload" "" 0 [loadlib.c:0718:023] 
  • "print" "" 0 [lbaselib.c:0036:064] [lbaselib.c:0433:004] [lua.c:0311:024] [lua.c:0315:056] 
  • "proto" "" 0 [ltm.c:0028:003] 
  • "r" "" 0 [lauxlib.c:0641:028] [liolib.c:0213:043] [liolib.c:0239:043] [liolib.c:0282:032] [liolib.c:0325:028] [loadlib.c:0331:029] 
  • "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" "" 0 [lua.h:0027:021] 
  • "rad" "" 0 [lmathlib.c:0260:004] 
  • "random" "" 0 [lmathlib.c:0261:004] 
  • "randomseed" "" 0 [lmathlib.c:0262:004] 
  • "rawequal" "" 0 [lbaselib.c:0434:004] 
  • "rawget" "" 0 [lbaselib.c:0436:004] 
  • "rawlen" "" 0 [lbaselib.c:0435:004] 
  • "rawset" "" 0 [lbaselib.c:0437:004] 
  • "rb" "" 0 [lauxlib.c:0647:030] 
  • "read" "" 0 [lauxlib.c:0658:023] [liolib.c:0589:004] [liolib.c:0604:004] 
  • "reader function must return a string" "" 0 [lbaselib.c:0301:019] 
  • "realloc cannot fail when shrinking a block" "" 0 [lmem.c:0087:018] 
  • "remove" "" 0 [loslib.c:0307:004] [ltablib.c:0268:004] 
  • "rename" "" 0 [loslib.c:0308:004] 
  • "reopen" "" 0 [lauxlib.c:0648:041] 
  • "rep" "" 0 [lstrlib.c:0944:004] 
  • "repeat" "" 0 [llex.c:0039:040] 
  • "replace" "" 0 [lbitlib.c:0197:004] 
  • "require" "" 0 [loadlib.c:0670:004] [lua.c:0226:020] 
  • "restart" "" 0 [lbaselib.c:0161:046] 
  • "resulting string too large" "" 0 [lstrlib.c:0115:026] 
  • "results from function overflow current stack size" "" 0 [lapi.c:0874:002] 
  • "resume" "" 0 [lcorolib.c:0141:004] 
  • "return %s" "" 0 [lua.c:0272:024] 
  • "return" "" 0 [ldblib.c:0261:014] [llex.c:0040:005] 
  • "RETURN" "" 0 [lopcodes.c:0049:003] 
  • "reverse" "" 0 [lstrlib.c:0945:004] 
  • "rrotate" "" 0 [lbitlib.c:0198:004] 
  • "rshift" "" 0 [lbitlib.c:0199:004] 
  • "running" "" 0 [lcorolib.c:0107:035] [lcorolib.c:0142:004] 
  • "rwa" "" 0 [liolib.c:0217:035] 
  • "s" "" 0 [luac.c:0375:026] 
  • "script" "" 0 [lua.c:0118:063] 
  • "searchers" "" 0 [loadlib.c:0482:040] [loadlib.c:0704:023] 
  • "searchpath" "" 0 [loadlib.c:0658:004] 
  • "sec" "" 0 [loslib.c:0209:017] [loslib.c:0249:029] 
  • "seeall" "" 0 [loadlib.c:0660:004] 
  • "seek" "" 0 [liolib.c:0605:004] 
  • "select" "" 0 [lbaselib.c:0438:004] 
  • "SELF" "" 0 [lopcodes.c:0030:003] 
  • "self" "" 0 [lparser.c:0794:029] 
  • "set" "" 0 [liolib.c:0539:043] 
  • "sethook" "" 0 [ldblib.c:0385:004] 
  • "SETLIST" "" 0 [lopcodes.c:0054:003] 
  • "setlocal" "" 0 [ldblib.c:0386:004] 
  • "setlocale" "" 0 [loslib.c:0309:004] 
  • "setmajorinc" "" 0 [lbaselib.c:0163:005] 
  • "setmetatable" "" 0 [lbaselib.c:0439:004] [ldblib.c:0387:004] 
  • "setpause" "" 0 [lbaselib.c:0162:022] 
  • "setstepmul" "" 0 [lbaselib.c:0162:034] 
  • "SETTABLE" "" 0 [lopcodes.c:0028:003] 
  • "SETTABUP" "" 0 [lopcodes.c:0026:003] 
  • "SETUPVAL" "" 0 [lopcodes.c:0027:003] 
  • "setupvalue" "" 0 [ldblib.c:0388:004] 
  • "setuservalue" "" 0 [ldblib.c:0384:004] 
  • "setvbuf" "" 0 [liolib.c:0606:004] 
  • "share/lua/" "" 0 [luaconf.h:0104:027] 
  • "short_src" "" 0 [ldblib.c:0136:017] 
  • "signal" "" 0 [lauxlib.c:0235:064] 
  • "sin" "" 0 [lmathlib.c:0264:004] 
  • "sinh" "" 0 [lmathlib.c:0263:004] 
  • "Sl" "" 0 [lauxlib.c:0185:020] 
  • "Slnt" "" 0 [lauxlib.c:0130:023] 
  • "sort" "" 0 [ltablib.c:0269:004] 
  • "source" "" 0 [ldblib.c:0135:017] 
  • "sqrt" "" 0 [lmathlib.c:0265:004] 
  • "stack overflow (%s)" "" 0 [lauxlib.c:0337:021] 
  • "stack overflow" "" 0 [lapi.h:0015:005] [lauxlib.c:0339:021] [lbaselib.c:0374:023] [ldo.c:0186:024] 
  • "stack traceback:" "" 0 [lauxlib.c:0123:022] 
  • "standard %s file is closed" "" 0 [liolib.c:0259:019] 
  • "stat" "" 0 [lua.c:0117:039] 
  • "status" "" 0 [lcorolib.c:0143:004] 
  • "stderr" "" 0 [liolib.c:0654:034] 
  • "stdin" "" 0 [liolib.c:0652:037] 
  • "stdout" "" 0 [liolib.c:0653:039] 
  • "step" "" 0 [lbaselib.c:0162:014] 
  • "stop" "" 0 [lbaselib.c:0161:038] 
  • "string length overflow" "" 0 [lvm.c:0317:028] 
  • "string slice too long" "" 0 [lstrlib.c:0144:026] [lstrlib.c:0145:025] 
  • "string" "" 0 [ltm.c:0027:003] [lualib.h:0029:024] 
  • "string/function/table expected" "" 0 [lstrlib.c:0702:023] 
  • "SUB" "" 0 [lopcodes.c:0032:003] 
  • "sub" "" 0 [lstrlib.c:0946:004] 
  • "suspended" "" 0 [lcorolib.c:0111:028] [lcorolib.c:0120:030] 
  • "syntax error" "" 0 [lparser.c:1135:041] [lparser.c:1487:041] 
  • "system error %d\n" "" 0 [loadlib.c:0190:024] 
  • "table expected" "" 0 [lapi.c:0636:030] [lapi.c:0646:030] [lapi.c:0658:030] [lapi.c:0771:030] [lapi.c:0785:030] [lapi.c:0799:030] [lapi.c:0818:041] [lapi.c:0858:041] [lapi.c:1116:030] 
  • "table index is NaN" "" 0 [ltable.c:0409:022] 
  • "table index is nil" "" 0 [ltable.c:0407:038] 
  • "table or string expected" "" 0 [lbaselib.c:0136:020] 
  • "table overflow" "" 0 [ltable.c:0289:024] 
  • "table" "" 0 [ltm.c:0027:013] [lualib.h:0020:024] 
  • "tail call" "" 0 [ldblib.c:0261:041] 
  • "TAILCALL" "" 0 [lopcodes.c:0048:003] 
  • "tan" "" 0 [lmathlib.c:0267:004] 
  • "tanh" "" 0 [lmathlib.c:0266:004] 
  • "TEST" "" 0 [lopcodes.c:0045:003] 
  • "TESTSET" "" 0 [lopcodes.c:0046:003] 
  • "text" "" 0 [ldo.c:0637:027] 
  • "TFORCALL" "" 0 [lopcodes.c:0052:003] 
  • "TFORLOOP" "" 0 [lopcodes.c:0053:003] 
  • "then" "" 0 [llex.c:0040:015] 
  • "thread" "" 0 [ltm.c:0027:049] 
  • "time" "" 0 [loslib.c:0279:017] [loslib.c:0310:004] 
  • "tmpfile" "" 0 [liolib.c:0590:004] 
  • "tmpname" "" 0 [loslib.c:0311:004] 
  • "tonumber" "" 0 [lbaselib.c:0440:004] 
  • "too many %s (limit is %d) in %s" "" 0 [lparser.c:0090:029] 
  • "too many %s (limit is %d)" "" 0 [lmem.c:0052:024] 
  • "too many arguments to resume" "" 0 [lcorolib.c:0023:024] 
  • "too many arguments to script" "" 0 [lua.c:0198:032] 
  • "too many arguments" "" 0 [liolib.c:0425:044] 
  • "too many captures" "" 0 [lstrlib.c:0363:051] [lstrlib.c:0517:035] 
  • "too many input files" "" 0 [luac.c:0168:037] 
  • "too many nested functions" "" 0 [lbaselib.c:0292:025] 
  • "too many options" "" 0 [liolib.c:0298:061] 
  • "too many results to print" "" 0 [lua.c:0310:040] 
  • "too many results to resume" "" 0 [lcorolib.c:0036:026] 
  • "too many results to unpack" "" 0 [ltablib.c:0144:026] 
  • "too many upvalues" "" 0 [lauxlib.c:0849:027] 
  • "tostring" "" 0 [lbaselib.c:0026:020] [lbaselib.c:0036:017] [lbaselib.c:0441:004] 
  • "traceback" "" 0 [ldblib.c:0389:004] 
  • "true" "" 0 [lauxlib.c:0744:052] [llex.c:0040:023] [luac.c:0260:021] 
  • "truncated" "" 0 [lundump.c:0047:041] 
  • "trying to access non-existent bits" "" 0 [lbitlib.c:0158:019] 
  • "type" "" 0 [lbaselib.c:0442:004] [liolib.c:0591:004] 
  • "unable to dump given function" "" 0 [lstrlib.c:0180:026] 
  • "unable to generate a unique filename" "" 0 [loslib.c:0110:026] 
  • "unable to get ModuleFileName" "" 0 [loadlib.c:0174:019] 
  • "unacceptable index" "" 0 [lapi.c:0050:051] 
  • "unexpected symbol" "" 0 [lparser.c:0890:028] 
  • "unfinished capture" "" 0 [lstrlib.c:0505:048] 
  • "unfinished long comment" "" 0 [llex.c:0275:034] 
  • "unfinished long string" "" 0 [llex.c:0274:034] 
  • "unfinished string" "" 0 [llex.c:0345:022] [llex.c:0349:022] 
  • "UNM" "" 0 [lopcodes.c:0037:003] 
  • "unpack" "" 0 [ltablib.c:0267:004] [ltablib.c:0278:023] [ltablib.c:0279:020] 
  • "unrecognized option '%s'\n" "" 0 [lua.c:0113:027] 
  • "until" "" 0 [llex.c:0040:031] 
  • "upper" "" 0 [lstrlib.c:0947:004] 
  • "upval" "" 0 [ltm.c:0028:012] 
  • "upvalue index too large" "" 0 [lapi.c:0062:039] [lapi.c:0554:033] 
  • "upvalue" "" 0 [ldebug.c:0408:016] [ldebug.c:0493:014] 
  • "upvalueid" "" 0 [ldblib.c:0383:004] 
  • "upvaluejoin" "" 0 [ldblib.c:0382:004] 
  • "upvalues (%d) for %p:\n" "" 0 [luac.c:0417:009] 
  • "upvalues" "" 0 [lparser.c:0234:042] [lparser.c:0236:040] 
  • "usage: %s [options] [filenames]\n" "" 0 [luac.c:0054:003] 
  • "usage: %s [options] [script [args]]\n" "" 0 [lua.c:0115:003] 
  • "userdata expected" "" 0 [lapi.c:0713:033] [lapi.c:0854:033] 
  • "userdata" "" 0 [ltm.c:0022:037] 
  • "value expected" "" 0 [lauxlib.c:0352:028] [lbaselib.c:0402:031] 
  • "value out of range" "" 0 [lstrlib.c:0159:040] 
  • "VARARG" "" 0 [lopcodes.c:0056:003] 
  • "version mismatch in" "" 0 [lundump.c:0199:033] 
  • "version mismatch: app. needs %f, Lua core provides %f" "" 0 [lauxlib.c:0948:019] 
  • "w" "" 0 [liolib.c:0287:033] 
  • "wb" "" 0 [luac.c:0178:051] 
  • "wday" "" 0 [loslib.c:0215:017] 
  • "what" "" 0 [ldblib.c:0139:017] 
  • "while" "" 0 [llex.c:0040:040] 
  • "width must be positive" "" 0 [lbitlib.c:0156:037] 
  • "wrap" "" 0 [lcorolib.c:0144:004] 
  • "write" "" 0 [liolib.c:0592:004] [liolib.c:0607:004] [luac.c:0183:025] 
  • "wrong number of arguments to " "" 0 [ltablib.c:0060:028] 
  • "wrong number of arguments" "" 0 [lmathlib.c:0224:035] 
  • "xpcall" "" 0 [lbaselib.c:0443:004] 
  • "Xx" "" 0 [llex.c:0234:038] 
  • "xX" "" 0 [lobject.c:0162:023] 
  • "yday" "" 0 [loslib.c:0216:017] 
  • "year" "" 0 [loslib.c:0214:017] [loslib.c:0254:030] 
  • "yield" "" 0 [lcorolib.c:0145:004] 
  • "you must define LUA_BITSINT with number of bits in an integer" "" 0 [luaconf.h:0324:008]

Lihat Juga

Rabu, 14 Disember 2011

Akta Badan Perkomputeran Professional Hanya Menambah Kebuntuan

Akta Badan Perkomputeran Professional Malaysia (Board of Computing Professionals Malaysia (BCPM) Act) adalah usul yang dibawa oleh MOSTI dengan tujuan untuk mengawal dan memantau pengamal IT di Malaysia sama seperti yang dilakukan oleh Board of Engineers, Board of Architects dan Board of Quantity Surveyors terhadap pengamal-pengamal didalam bidang-bidang yang berkenaan. Jurutera, arkitek dan juruukur adalah pengamal-pengamal dengan kemahiran yang boleh diramal berdasarkan kepada bidang-bidang mereka yang telah sedia matang. Bidang perkomputeran adalah amat berbeza kerana bidang tersebut sentiasa berada di alam muda. Kematangan tidak relevan di dalam dunia perkomputeran. Kerja masa hadapan di bidang perkomputeran sentiasa baharu dan memerlukan kepakaran baharu. Semua kaedah pengawalan dan pemantauan perkomputeran hari ini akan menjadi tidak relevan untuk hari esok. Maka itu harapan BCPM seperti yang dicadangkan tidak mungkin dapat dicapai. Jika BCPM diteruskan ianya hanya akan menambah kebuntuan kepada bidang perkomputeran di Malaysia.


Bidang perkomputeran di Malaysia hari ini memang tersedia dalam kebuntuan. Graduan-graduan ICT kita memang diketahui umum sebagai tidak cukup berkeupayaan. Institusi-institusi yang melahirkan graduan-graduan ICT pula tidak menunjukkan apa-apa kemampuan didalam bidangnya. BCPM itu nanti hanya akan memartabatkan graduan-graduan ICT tersebut dan menidakkan pengamal-pengamal perkomputeran yang sebenar yang majoritinya bukan graduan ICT. BCPM hanya akan menjadikan bidang perkomputeran amat buntu.


Perkomputeran bukanlah suatu bidang yang rumit di mana ramai kanak-kanak belasan tahun telah menjadi pengamalnya yang mahir. Industri perkomputeran hari ini telah diasaskan kebanyakkannya oleh kanak-kanak belasan tahun yang amat gemar dengan permainan video komputer. Saya sendiri mula mengaturcara pada usia 15 tahun. Namun demikian kemahiran yang dimiliki tidak boleh disanjung lama kerana akan sentiasa ada kemahiran baru yang perlu dikejar. Persijilan tidak dapat memberi apa-apa makna didalam bidang perkomputeran kerana kemahiran yang ada sentiasa mudah lupus.


Bidang perkomputeran penuh dengan misteri dan menguja para pengamalnya. Untuk menjadi pengamal yang baik seseorang itu mestilah mempunyai keinginan yang tinggi untuk mencari dan mencuba sesuatu yang baru. Kemahiran perkomputeran perlu sentiasa diperbaharui dan diuji. Kaedah akreditasi yang diamalkan oleh institusi-institusi pengajian tinggi kini hanya sesuai untuk ilmu-ilmu kuno yang masih berguna. Bidang perkomputeran memerlukan kaedah akreditasi yang lain dan yang sentiasa baharu. Akreditasi yang melebihi usia 3 tahun sudah tidak lagi relevan. Untuk itu pengamal perkomputeran perlu diuji dari masa ke semasa. Penilaian boleh diberikan berdasarkan kepada hasil kerja terkini.


Apa yang diperlukan oleh bidang perkomputeran ialah piawaian kepada proses-proses yang matang. Kemahiran berdasarkan piawaian boleh diambil kira untuk persijilan. Namun demikian persijilan itu hanyalah sebahagian daripada akreditasi. Kemahiran dalam teknik-teknik terkini juga perlu diambil kira untuk akreditasi. Persijilan di peringkat institusi pengajian tinggi hanya sesuai sebagai petunjuk tahap keupayaan pengurusan teknologi ICT sahaja.


Jika BCPM mahu diteruskan maka proses akreditasinya perlulah berdasarkan piawaian dan kemahiran teknik-teknik terkini. Akreditasi BCPM perlu mempunyai tarikh lupus. Ujian-ujian baru perlu diambil dari masa ke semasa. Penilaian terhadap projek-projek terkini yang dilakukan oleh pengamal perkomputeran perlu dilakukan dan diberi kredit. Pengamal perkomputeran perlulah mempunyai pengalaman sekurang-kurangnya 5 tahun sebelum ianya boleh diakreditasikan. 


BCPM tidak perlu menghukum pengamal-pengamal perkomputeran yang sedia ada dengan kaedah akreditasi yang dicadangkan dan tidak relevan itu. Mungkin lebih elok jika kita ambil masa 5 tahun lagi untuk berfikir dan memantapkan idea BCPM itu.