Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 485 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 485 Bytes

한국어 👈

English

dal-polyfill

Polyfill libraries for dal used transpiling luau to lua (especially Lua 5.3)

Implementations

Globals

  • typeof
  • unpack
  • pairsWithHash (uses djb2 hashing internally which isn't equivalent to Luau's)
  • newproxy
  • gcinfo
  • More details here

Libraries

  • buffer
  • math
  • os (sandboxed)
  • string
  • table
  • debug
  • bit32