forked from ground/ground
core of lists done
This commit is contained in:
8
libs/collections/collections.c
Normal file
8
libs/collections/collections.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <groundext.h>
|
||||
#include <groundvm.h>
|
||||
|
||||
#include "list.h"
|
||||
|
||||
void ground_init(GroundScope* scope) {
|
||||
groundAddValueToScope(scope, "List", createListStruct());
|
||||
}
|
||||
Reference in New Issue
Block a user