mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Updated docs and comments
This commit is contained in:
@@ -4,9 +4,14 @@
|
||||
|
||||
#include "toy_bytecode.h"
|
||||
#include "toy_bucket.h"
|
||||
#include "toy_stack.h"
|
||||
#include "toy_scope.h"
|
||||
|
||||
#include "toy_value.h"
|
||||
#include "toy_string.h"
|
||||
#include "toy_stack.h"
|
||||
#include "toy_array.h"
|
||||
#include "toy_table.h"
|
||||
|
||||
typedef struct Toy_VM {
|
||||
//raw instructions to be executed
|
||||
unsigned char* module;
|
||||
|
||||
Reference in New Issue
Block a user