Advertisement
Guest User

Untitled

a guest
Apr 21st, 2013
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.18 KB | None | 0 0
  1. ["..."] = "conditional",
  2. ["+"] = "constant",
  3. ["-"] = "constant",
  4. ["*"] = "constant",
  5. ["/"] = "constant",
  6. ["%"] = "constant",
  7. ["^"] = "constant",
  8. ["#"] = "constant",
  9. ["=="] = "constant",
  10. ["~="] = "constant",
  11. ["<="] = "constant",
  12. [">="] = "constant",
  13. ["<"] = "constant",
  14. [">"] = "constant",
  15. ["="] = "constant",
  16. [".."] = "constant",
  17. ["redstone.setBundledOutput"] = "function",
  18. ["redstone.getBundledInput"] = "function",
  19. ["redstone.testBundledInput"] = "function",
  20. ["redstone.getInput"] = "function",
  21. ["redstone.getBundledOutput"] = "function",
  22. ["redstone.getSides"] = "function",
  23. ["redstone.setOutput"] = "function",
  24. ["redstone.getOutput"] = "function",
  25. ["gps.locate"] = "function",
  26. ["keys.getName"] = "function",
  27. ["printError"] = "function",
  28. ["peripheral.call"] = "function",
  29. ["peripheral.getMethods"] = "function",
  30. ["peripheral.getType"] = "function",
  31. ["peripheral.isPresent"] = "function",
  32. ["peripheral.wrap"] = "function",
  33. ["assert"] = "function",
  34. ["getfenv"] = "function",
  35. ["bit.bxor"] = "function",
  36. ["bit.bor"] = "function",
  37. ["bit.blshift"] = "function",
  38. ["bit.blogic_rshift"] = "function",
  39. ["bit.brshift"] = "function",
  40. ["bit.band"] = "function",
  41. ["bit.bnot"] = "function",
  42. ["rawset"] = "function",
  43. ["tonumber"] = "function",
  44. ["loadstring"] = "function",
  45. ["error"] = "function",
  46. ["tostring"] = "function",
  47. ["type"] = "function",
  48. ["coroutine.status"] = "function",
  49. ["coroutine.resume"] = "function",
  50. ["coroutine.create"] = "function",
  51. ["coroutine.yield"] = "function",
  52. ["coroutine.wrap"] = "function",
  53. ["coroutine.running"] = "function",
  54. ["disk.setLabel"] = "function",
  55. ["disk.getLabel"] = "function",
  56. ["disk.hasAudio"] = "function",
  57. ["disk.eject"] = "function",
  58. ["disk.hasData"] = "function",
  59. ["disk.playAudio"] = "function",
  60. ["disk.getAudioTitle"] = "function",
  61. ["disk.isPresent"] = "function",
  62. ["disk.getID"] = "function",
  63. ["disk.stopAudio"] = "function",
  64. ["disk.getMountPath"] = "function",
  65. ["next"] = "function",
  66. ["unpack"] = "function",
  67. ["colours.combine"] = "function",
  68. ["colours.subtract"] = "function",
  69. ["colours.test"] = "function",
  70. ["pcall"] = "function",
  71. ["sleep"] = "function",
  72. ["loadfile"] = "function",
  73. ["math.deg"] = "function",
  74. ["math.fmod"] = "function",
  75. ["math.random"] = "function",
  76. ["math.asin"] = "function",
  77. ["math.max"] = "function",
  78. ["math.modf"] = "function",
  79. ["math.log10"] = "function",
  80. ["math.floor"] = "function",
  81. ["math.cosh"] = "function",
  82. ["math.ldexp"] = "function",
  83. ["math.log"] = "function",
  84. ["math.pow"] = "function",
  85. ["math.randomseed"] = "function",
  86. ["math.frexp"] = "function",
  87. ["math.abs"] = "function",
  88. ["math.tanh"] = "function",
  89. ["math.acos"] = "function",
  90. ["math.atan2"] = "function",
  91. ["math.tan"] = "function",
  92. ["math.min"] = "function",
  93. ["math.ceil"] = "function",
  94. ["math.sinh"] = "function",
  95. ["math.sqrt"] = "function",
  96. ["math.rad"] = "function",
  97. ["math.sin"] = "function",
  98. ["math.exp"] = "function",
  99. ["math.cos"] = "function",
  100. ["math.atan"] = "function",
  101. ["pairs"] = "function",
  102. ["fs.combine"] = "function",
  103. ["fs.isReadOnly"] = "function",
  104. ["fs.getSize"] = "function",
  105. ["fs.move"] = "function",
  106. ["fs.exists"] = "function",
  107. ["fs.copy"] = "function",
  108. ["fs.getFreeSpace"] = "function",
  109. ["fs.makeDir"] = "function",
  110. ["fs.delete"] = "function",
  111. ["fs.open"] = "function",
  112. ["fs.list"] = "function",
  113. ["fs.getDrive"] = "function",
  114. ["fs.getName"] = "function",
  115. ["fs.isDir"] = "function",
  116. ["rawget"] = "function",
  117. ["__inext"] = "function",
  118. ["read"] = "function",
  119. ["rednet.open"] = "function",
  120. ["rednet.isOpen"] = "function",
  121. ["rednet.receive"] = "function",
  122. ["rednet.close"] = "function",
  123. ["rednet.send"] = "function",
  124. ["rednet.broadcast"] = "function",
  125. ["rednet.run"] = "function",
  126. ["ipairs"] = "function",
  127. ["xpcall"] = "function",
  128. ["os.day"] = "function",
  129. ["os.pullEventRaw"] = "function",
  130. ["os.queueEvent"] = "function",
  131. ["os.run"] = "function",
  132. ["os.getComputerID"] = "function",
  133. ["os.getComputerLabel"] = "function",
  134. ["os.loadAPI"] = "function",
  135. ["os.shutdown"] = "function",
  136. ["os.sleep"] = "function",
  137. ["os.unloadAPI"] = "function",
  138. ["os.setAlarm"] = "function",
  139. ["os.pullEvent"] = "function",
  140. ["os.computerLabel"] = "function",
  141. ["os.clock"] = "function",
  142. ["os.reboot"] = "function",
  143. ["os.time"] = "function",
  144. ["os.setComputerLabel"] = "function",
  145. ["os.startTimer"] = "function",
  146. ["os.version"] = "function",
  147. ["os.computerID"] = "function",
  148. ["help.setPath"] = "function",
  149. ["help.topics"] = "function",
  150. ["help.lookup"] = "function",
  151. ["help.path"] = "function",
  152. ["io.write"] = "function",
  153. ["io.read"] = "function",
  154. ["io.type"] = "function",
  155. ["io.open"] = "function",
  156. ["rawequal"] = "function",
  157. ["setfenv"] = "function",
  158. ["rs.setBundledOutput"] = "function",
  159. ["rs.getBundledInput"] = "function",
  160. ["rs.testBundledInput"] = "function",
  161. ["rs.getInput"] = "function",
  162. ["rs.getBundledOutput"] = "function",
  163. ["rs.getSides"] = "function",
  164. ["rs.setOutput"] = "function",
  165. ["rs.getOutput"] = "function",
  166. ["http.request"] = "function",
  167. ["http.post"] = "function",
  168. ["http.get"] = "function",
  169. ["write"] = "function",
  170. ["string.len"] = "function",
  171. ["string.find"] = "function",
  172. ["string.gmatch"] = "function",
  173. ["string.byte"] = "function",
  174. ["string.dump"] = "function",
  175. ["string.reverse"] = "function",
  176. ["string.upper"] = "function",
  177. ["string.format"] = "function",
  178. ["string.rep"] = "function",
  179. ["string.lower"] = "function",
  180. ["string.sub"] = "function",
  181. ["string.gsub"] = "function",
  182. ["string.match"] = "function",
  183. ["string.char"] = "function",
  184. ["setmetatable"] = "function",
  185. ["print"] = "function",
  186. ["getmetatable"] = "function",
  187. ["table.maxn"] = "function",
  188. ["table.foreachi"] = "function",
  189. ["table.concat"] = "function",
  190. ["table.remove"] = "function",
  191. ["table.insert"] = "function",
  192. ["table.foreach"] = "function",
  193. ["table.sort"] = "function",
  194. ["table.getn"] = "function",
  195. ["parallel.waitForAll"] = "function",
  196. ["parallel.waitForAny"] = "function",
  197. ["dofile"] = "function",
  198. ["textutils.pagedPrint"] = "function",
  199. ["textutils.unserialize"] = "function",
  200. ["textutils.formatTime"] = "function",
  201. ["textutils.pagedTabulate"] = "function",
  202. ["textutils.serialize"] = "function",
  203. ["textutils.slowWrite"] = "function",
  204. ["textutils.urlEncode"] = "function",
  205. ["textutils.tabulate"] = "function",
  206. ["textutils.slowPrint"] = "function",
  207. ["emulog.clear"] = "function",
  208. ["emulog.log"] = "function",
  209. ["term.scroll"] = "function",
  210. ["term.redirect"] = "function",
  211. ["term.setCursorPos"] = "function",
  212. ["term.write"] = "function",
  213. ["term.clear"] = "function",
  214. ["term.setTextColor"] = "function",
  215. ["term.isColor"] = "function",
  216. ["term.setBackgroundColour"] = "function",
  217. ["term.setTextColour"] = "function",
  218. ["term.isColour"] = "function",
  219. ["term.clearLine"] = "function",
  220. ["term.getSize"] = "function",
  221. ["native.write"] = "function",
  222. ["native.setBackgroundColor"] = "function",
  223. ["native.getCursorPos"] = "function",
  224. ["native.clear"] = "function",
  225. ["native.getSize"] = "function",
  226. ["native.setBackgroundColour"] = "function",
  227. ["native.setTextColor"] = "function",
  228. ["native.scroll"] = "function",
  229. ["native.setCursorPos"] = "function",
  230. ["native.isColour"] = "function",
  231. ["native.setTextColour"] = "function",
  232. ["native.setCursorBlink"] = "function",
  233. ["native.isColor"] = "function",
  234. ["native.clearLine"] = "function",
  235. ["term.getCursorPos"] = "function",
  236. ["term.restore"] = "function",
  237. ["term.setBackgroundColor"] = "function",
  238. ["term.setCursorBlink"] = "function",
  239. ["colors.combine"] = "function",
  240. ["colors.subtract"] = "function",
  241. ["colors.test"] = "function",
  242. ["vector.new"] = "function",
  243. ["select"] = "function",
  244. ["paintutils.drawPixel"] = "function",
  245. ["paintutils.drawLine"] = "function",
  246. ["paintutils.drawImage"] = "function",
  247. ["paintutils.loadImage"] = "function",
  248. ["gps.CHANNEL_GPS"] = "constant",
  249. ["keys.o"] = "constant",
  250. ["keys.n"] = "constant",
  251. ["keys.q"] = "constant",
  252. ["keys.p"] = "constant",
  253. ["keys.s"] = "constant",
  254. ["keys.r"] = "constant",
  255. ["keys.u"] = "constant",
  256. ["keys.t"] = "constant",
  257. ["keys.w"] = "constant",
  258. ["keys.v"] = "constant",
  259. ["keys.y"] = "constant",
  260. ["keys.f1"] = "constant",
  261. ["keys.x"] = "constant",
  262. ["keys.four"] = "constant",
  263. ["keys.period"] = "constant",
  264. ["keys.numPadEquals"] = "constant",
  265. ["keys.numPad6"] = "constant",
  266. ["keys.z"] = "constant",
  267. ["keys.kana"] = "constant",
  268. ["keys.end"] = "constant",
  269. ["keys.up"] = "constant",
  270. ["keys.numPad8"] = "constant",
  271. ["keys.right"] = "constant",
  272. ["keys.home"] = "constant",
  273. ["keys.numPadSubtract"] = "constant",
  274. ["keys.f8"] = "constant",
  275. ["keys.numPadEnter"] = "constant",
  276. ["keys.rightShift"] = "constant",
  277. ["keys.nine"] = "constant",
  278. ["keys.c"] = "constant",
  279. ["keys.numPad0"] = "constant",
  280. ["keys.f4"] = "constant",
  281. ["keys.capsLock"] = "constant",
  282. ["keys.numPad7"] = "constant",
  283. ["keys.b"] = "constant",
  284. ["keys.rightCtrl"] = "constant",
  285. ["keys.leftAlt"] = "constant",
  286. ["keys.tab"] = "constant",
  287. ["keys.e"] = "constant",
  288. ["keys.return"] = "constant",
  289. ["keys.zero"] = "constant",
  290. ["keys.comma"] = "constant",
  291. ["keys.d"] = "constant",
  292. ["keys.numPad1"] = "constant",
  293. ["keys.g"] = "constant",
  294. ["keys.f12"] = "constant",
  295. ["keys.stop"] = "constant",
  296. ["keys.kanji"] = "constant",
  297. ["keys.pageDown"] = "constant",
  298. ["keys.f"] = "constant",
  299. ["keys.insert"] = "constant",
  300. ["keys.eight"] = "constant",
  301. ["keys.numPad2"] = "constant",
  302. ["keys.five"] = "constant",
  303. ["keys.numPadAdd"] = "constant",
  304. ["keys.underscore"] = "constant",
  305. ["keys.semiColon"] = "constant",
  306. ["keys.colon"] = "constant",
  307. ["keys.j"] = "constant",
  308. ["keys.m"] = "constant",
  309. ["keys.slash"] = "constant",
  310. ["keys.numPad4"] = "constant",
  311. ["keys.l"] = "constant",
  312. ["keys.scollLock"] = "constant",
  313. ["keys.f10"] = "constant",
  314. ["keys.f7"] = "constant",
  315. ["keys.six"] = "constant",
  316. ["keys.space"] = "constant",
  317. ["keys.leftBracket"] = "constant",
  318. ["keys.yen"] = "constant",
  319. ["keys.enter"] = "constant",
  320. ["keys.ax"] = "constant",
  321. ["keys.f3"] = "constant",
  322. ["keys.equals"] = "constant",
  323. ["keys.numPadDecimal"] = "constant",
  324. ["keys.two"] = "constant",
  325. ["keys.leftShift"] = "constant",
  326. ["keys.f15"] = "constant",
  327. ["keys.numLock"] = "constant",
  328. ["keys.minus"] = "constant",
  329. ["keys.pause"] = "constant",
  330. ["keys.leftCtrl"] = "constant",
  331. ["keys.f6"] = "constant",
  332. ["keys.f11"] = "constant",
  333. ["keys.numPadComma"] = "constant",
  334. ["keys.cimcumflex"] = "constant",
  335. ["keys.seven"] = "constant",
  336. ["keys.noconvert"] = "constant",
  337. ["keys.f2"] = "constant",
  338. ["keys.rightAlt"] = "constant",
  339. ["keys.left"] = "constant",
  340. ["keys.delete"] = "constant",
  341. ["keys.f14"] = "constant",
  342. ["keys.grave"] = "constant",
  343. ["keys.three"] = "constant",
  344. ["keys.f13"] = "constant",
  345. ["keys.apostrophe"] = "constant",
  346. ["keys.backslash"] = "constant",
  347. ["keys.pageUp"] = "constant",
  348. ["keys.numPad9"] = "constant",
  349. ["keys.numPad3"] = "constant",
  350. ["keys.a"] = "constant",
  351. ["keys.backspace"] = "constant",
  352. ["keys.at"] = "constant",
  353. ["keys.convert"] = "constant",
  354. ["keys.numPadDivide"] = "constant",
  355. ["keys.one"] = "constant",
  356. ["keys.numPad5"] = "constant",
  357. ["keys.multiply"] = "constant",
  358. ["keys.down"] = "constant",
  359. ["keys.i"] = "constant",
  360. ["keys.h"] = "constant",
  361. ["keys.k"] = "constant",
  362. ["keys.f9"] = "constant",
  363. ["keys.rightBracket"] = "constant",
  364. ["keys.f5"] = "constant",
  365. ["colours.green"] = "constant",
  366. ["colours.brown"] = "constant",
  367. ["colours.black"] = "constant",
  368. ["colours.pink"] = "constant",
  369. ["colours.yellow"] = "constant",
  370. ["colours.orange"] = "constant",
  371. ["colours.magenta"] = "constant",
  372. ["colours.purple"] = "constant",
  373. ["colours.cyan"] = "constant",
  374. ["colours.red"] = "constant",
  375. ["colours.white"] = "constant",
  376. ["colours.lightBlue"] = "constant",
  377. ["colours.blue"] = "constant",
  378. ["colours.lime"] = "constant",
  379. ["colours.lightGrey"] = "constant",
  380. ["colours.grey"] = "constant",
  381. ["math.huge"] = "constant",
  382. ["math.pi"] = "constant",
  383. ["rednet.CHANNEL_BROADCAST"] = "constant",
  384. ["colors.green"] = "constant",
  385. ["colors.brown"] = "constant",
  386. ["colors.black"] = "constant",
  387. ["colors.pink"] = "constant",
  388. ["colors.yellow"] = "constant",
  389. ["colors.orange"] = "constant",
  390. ["colors.magenta"] = "constant",
  391. ["colors.purple"] = "constant",
  392. ["colors.cyan"] = "constant",
  393. ["colors.red"] = "constant",
  394. ["colors.white"] = "constant",
  395. ["colors.lightBlue"] = "constant",
  396. ["colors.lightGray"] = "constant",
  397. ["colors.gray"] = "constant",
  398. ["colors.lime"] = "constant",
  399. ["colors.blue"] = "constant",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement