More compact float representation

This commit is contained in:
Marcel Krüger 2020-07-06 15:31:15 +02:00
parent 7ffc299c16
commit 463f240670
9 changed files with 76 additions and 41 deletions

View file

@ -1,5 +1,4 @@
local format = string.format
local gsub = string.gsub
local byte = string.byte
local pack = string.pack
local error = error