Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 637 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 637 Bytes

LuauVM in Typescript

Based on the Luau Repo's VM and Fiu

"Any application that can be written in JavaScript, will eventually be written in JavaScript." - Atwood's law


Progress

OpCodes Implemented: 64/84

APIs Implemented: 0

  • os
  • string
  • table
  • math
  • bit32
  • coroutine
  • debug
  • utf8

Metatable support: No, maybe in the future

Why? because I started writing the VM thinking metatables were solved for in the the compiler, I don't know why I thought that, but I was very wrong!