forked from ground/ground
added hashmaps and fixed some small issues with lists
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#include <groundvm.h>
|
||||
|
||||
#include "list.h"
|
||||
#include "hashmap.h"
|
||||
|
||||
void ground_init(GroundScope* scope) {
|
||||
groundAddValueToScope(scope, "List", createListStruct());
|
||||
groundAddValueToScope(scope, "Hashmap", createHashmapStruct());
|
||||
}
|
||||
Reference in New Issue
Block a user