Home C++ Lua GitHub Games Math Myself Contact



Emoji Lua
This is just the language Lua warpped in Emoji. This is the lazy version, where I just regex the emojis into keywords. Maybe later I'll modify my Lua parser in Lua to recognize the emojis so you can harmlessly embed the emojis within strings.
Lua 5.2 Manual
keyword symbol global string table math bit32 io os coroutine package debug meta
๐Ÿฅ and ๐ŸŸฆ break ๐Ÿ”‰ do ๐ŸŽฆ else โ˜ฃ elseif ๐Ÿจ end ๐Ÿ‘Ž false ๐Ÿ•— for ๐ŸŽŠ function ๐Ÿšƒ goto ๐Ÿ”ธ if ๐Ÿคผ in โž• local โœ– nil ๐Ÿ‘ฅ not ๐Ÿ  or ๐Ÿด repeat ๐Ÿณ return ๐Ÿง– then ๐Ÿ”ป true ๐ŸŸข until ๐Ÿ• while ๐Ÿ– + ๐ŸŽข - ๐Ÿ›‚ * ๐Ÿ” / โ™  % ๐Ÿ›… ^ ๐Ÿ‘ทโ€โ™‚๏ธ # ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ == โ™Œ ~= ๐Ÿง–โ€โ™€๏ธ <= ๐Ÿš‰ >= ๐ŸŒ < ๐Ÿ“• > ๐Ÿ„โ€โ™‚๏ธ = โ–ช ( ๐Ÿ’— ) ๐Ÿ‘ช { ๐Ÿ“› } ๐Ÿ”ท [ ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ ] ๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง :: ๐Ÿคฏ ; ๐Ÿ‘จโ€โš•๏ธ : ๐Ÿน , ๐Ÿ— . ๐Ÿ‰ .. โ˜ƒ ... ๐Ÿ™ ' ๐Ÿฐ " ๐Ÿ“ฒ \\ โ™Ÿ _G ๐Ÿ›ท _VERSION ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ assert ๐Ÿ™†โ€โ™‚๏ธ bit32 ๐Ÿ‘Œ collectgarbage ๐Ÿ’ coroutine ๐ŸฆŽ debug ๐Ÿฏ dofile โš› error ๐Ÿฆ getmetatable ๐Ÿ’™ io ๐Ÿ•œ ipairs ๐Ÿฆพ js ๐Ÿงช load ๐ŸŒ loadfile ๐Ÿ›ฃ loadstring ๐Ÿช math ๐Ÿคธโ€โ™€๏ธ module ๐Ÿ™‹ next ๐Ÿฆจ os ๐Ÿ™โ€โ™€๏ธ package ๐ŸŒŠ pairs ๐Ÿงท pcall ๐Ÿ“‰ print ๐Ÿ™Žโ€โ™‚๏ธ rawequal ๐Ÿ‘ฉโ€๐Ÿ”ง rawget ๐Ÿ†š rawlen โฌ‡ rawset ๐ŸŽ“ require ๐Ÿ‘œ select โ›” setmetatable ๐Ÿ‘ string ๐Ÿ‰ t ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ table ๐Ÿ˜„ tonumber โœŒ tostring ๐Ÿคน type ๐Ÿคณ unpack ๐ŸŒŸ xpcall ๐Ÿ’ฏ string.byte ๐Ÿถ string.char ๐ŸŽ string.dump ๐Ÿ’ฃ string.find ๐Ÿš  string.format ๐Ÿ‘ฏโ€โ™‚๏ธ string.gmatch ๐Ÿ„ string.gsub ๐ŸŒณ string.len โšฝ string.lower ๐Ÿ‘ž string.match ๐Ÿฉ string.rep ๐Ÿ”ฃ string.reverse ๐Ÿ…ฐ string.sub ๐Ÿ‘ต string.upper ๐Ÿฉฐ table.concat ๐Ÿฆธโ€โ™‚๏ธ table.insert โ›ช table.maxn ๐Ÿ•ฏ table.pack ๐Ÿฒ table.remove ๐Ÿฏ table.sort ๐Ÿ•‘ table.unpack ๐Ÿง‚ math.abs โ‡ math.acos ๐ŸŽŒ math.asin โ›ด math.atan โœ‚ math.atan2 ๐ŸŒบ math.ceil ๐Ÿ‘จ math.cos ๐Ÿ‘น math.cosh โ˜ math.deg ๐Ÿ†• math.exp ๐Ÿ’ต math.floor ๐Ÿคซ math.fmod โžก math.frexp ๐Ÿ“  math.huge ๐Ÿ˜ƒ math.ldexp ๐Ÿ… math.log ๐Ÿ‘ math.log10 ๐Ÿ˜ฃ math.max ๐Ÿงฑ math.min ๐Ÿ“… math.modf ๐Ÿ˜… math.pi ๐Ÿฆข math.pow ๐Ÿ“ข math.rad ๐Ÿ  math.random ๐Ÿง„ math.randomseed ๐Ÿ“‚ math.sin ๐Ÿ“ซ math.sinh โ• math.sqrt ๐Ÿ–– math.tan ๐Ÿ’‰ math.tanh ๐Ÿšถ bit32.arshift ๐Ÿ˜ฟ bit32.band ๐Ÿงš bit32.bnot โ˜ bit32.bor ๐Ÿ’• bit32.btest ๐Ÿ‘ฆ bit32.bxor ๐Ÿฅฌ bit32.extract ๐ŸŠ bit32.lrotate ๐ŸŒป bit32.lshift ๐Ÿ’€ bit32.replace ๐Ÿ”Š bit32.rrotate โฌ› bit32.rshift ๐Ÿ’ณ io.close ๐Ÿฆ“ io.flush โ›ฝ io.input ๐Ÿง€ io.lines ๐Ÿ” io.open ๐Ÿง io.output ๐ŸŽธ io.popen ๐ŸŸช io.read ๐Ÿ›• io.stderr ๐ŸŒถ io.stdin ๐Ÿ”ข io.stdout ๐Ÿ˜— io.tmpfile ๐Ÿ›ต io.type ๐Ÿ˜ฏ io.write ๐ŸŒง seek ๐Ÿฆฝ setvbuf โ€ผ os.clock ๐Ÿบ os.date ๐Ÿ“ก os.difftime ๐Ÿˆ os.execute ๐Ÿ˜• os.exit ๐Ÿ‘ฉโ€๐Ÿฆฐ os.getenv ๐Ÿป os.remove ๐Ÿงป os.rename โ–ซ os.setlocale ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง os.time ๐Ÿคž os.tmpname ๐Ÿ coroutine.create ๐ŸงŠ coroutine.resume ๐ŸŒ– coroutine.running ๐Ÿ‡ coroutine.status ๐Ÿ˜œ coroutine.wrap ๐Ÿฟ coroutine.yield ๐Ÿฆ† package.config ๐Ÿ’ถ package.cpath ๐Ÿฆ package.loaded ๐Ÿค“ package.loaders ๐Ÿ“ฏ package.loadlib ๐Ÿ‘ง package.path ๐Ÿ‡ package.preload ๐Ÿ‘จโ€๐Ÿ‘ง package.searchers ๐Ÿ’‚โ€โ™‚๏ธ package.searchpath ๐ŸŽท package.seeall ๐Ÿฅ‚ debug.debug ใŠ™ debug.gethook ๐Ÿ‘ฉโ€๐Ÿ‘ง debug.getinfo ๐Ÿ‘ท debug.getlocal ๐Ÿˆณ debug.getmetatable โน debug.getregistry ๐Ÿคฑ debug.getupvalue ๐Ÿ”‹ debug.getuservalue ๐Ÿ”  debug.sethook ๐Ÿ›ฐ debug.setlocal ๐Ÿ˜ debug.setmetatable ๐Ÿ‘จโ€๐Ÿ’ผ debug.setupvalue ๐Ÿฉบ debug.setuservalue ๐Ÿฆก debug.traceback ๐Ÿ•‹ debug.upvalueid โ™‹ debug.upvaluejoin ๐Ÿฆ„ __add ๐Ÿ•š __sub ๐Ÿ™Œ __mul ๐ŸŒ __div ๐Ÿช __mod ๐Ÿ˜ฎ __pow ๐Ÿฅก __unm โ›ฐ __concat โ™ __len ๐Ÿคทโ€โ™€๏ธ __eq โ†— __lt ๐ŸŽป __le ๐Ÿš __index ๐Ÿฅ— __newindex ๐Ÿง˜ __call โ„น __tostring ๐Ÿ”Ž __metatable ๐Ÿ•Ÿ __gc
GitHub: http://github.com/thenumbernine/emoji-lua