Add bit32 polyfill globally
This commit is contained in:
parent
7eb9908f1a
commit
51975472a9
|
@ -32,3 +32,5 @@ end }
|
|||
|
||||
table.pack = table.pack or pack or function(...) return {...} end
|
||||
table.unpack = table.unpack or unpack
|
||||
|
||||
bit32 = bit32 or require "core.bit"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
local syntax = require "core.syntax"
|
||||
local common = require "core.common"
|
||||
local bit32 = require "core.bit"
|
||||
|
||||
local tokenizer = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue