Forgot string and utf8 library

This commit is contained in:
Junseo Yoo 2024-08-04 17:35:25 -07:00
parent 9261385376
commit e9dd8a2d83

View file

@ -50,7 +50,9 @@ For the first iteration, the body of a type function will be sandboxed, and its
- global functions: `assert`, `error`, `next`, `print`, `rawequal`, `select`, `tonumber`, `tostring`, `type`, `typeof`, `ipairs`, `pairs`, `unpack` - global functions: `assert`, `error`, `next`, `print`, `rawequal`, `select`, `tonumber`, `tostring`, `type`, `typeof`, `ipairs`, `pairs`, `unpack`
- math library - math library
- table library - table library
- string library
- bit32 library - bit32 library
- utf8 library
- buffer library - buffer library
There is also a problem of infinitely running type functions. For example, reducing this type function will halt analysis until the VM stack overflows: There is also a problem of infinitely running type functions. For example, reducing this type function will halt analysis until the VM stack overflows: