This commit is contained in:
Andre Wagner
2026-04-29 15:18:30 -05:00
parent 635596c31d
commit 30bfb38e9a
5 changed files with 70 additions and 19 deletions

View File

@@ -86,22 +86,3 @@ Control flow:
Error handling: (0xa0~0xaf)
???
Internal handling of values
---------------------------
## Supported types
Nil 0
Integer 1
Float 2
String 3
Array 4
Table 5
Function 6
NativePointer 7
## Internal format
???

15
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
???