execute and compile of bitwise expressions exported to bit library

This commit is contained in:
Onran 2025-04-06 22:17:28 +09:00 committed by GitHub
parent cba48e3a0c
commit e279e4ea50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -625,3 +625,6 @@ function file.join(a, b)
end end
return a .. "/" .. b return a .. "/" .. b
end end
bit.compile = require "core:bitwise/compiler"
bit.execute = require "core:bitwise/executor"