This commit is contained in:
Andre Wagner
2026-05-04 11:24:35 -05:00
parent 9bc6ad1c92
commit 8a685ebbc8
6 changed files with 279 additions and 0 deletions

15
lua-temp/doc/VM Normal file
View File

@@ -0,0 +1,15 @@
Internal handling of values
---------------------------
## Supported types
Nil 0
Integer 1
Float 2
String 3
Array 4
Table 5
Function 6
NativePointer 7
## Internal format
???