Skip to content

Pure lua libraries for emulating luau libraries used for transpiling in dal

License

Notifications You must be signed in to change notification settings

CavefulGames/dal-polyfill

Repository files navigation

한국어 👈

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

About

Pure lua libraries for emulating luau libraries used for transpiling in dal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages