start working on parser
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
ar_memory_init();
|
||||
const char * path = "test.ar";
|
||||
DArray tokens;
|
||||
|
||||
@@ -33,7 +33,5 @@ int main() {
|
||||
|
||||
darray_free(&parsed,free_parsed_value);
|
||||
|
||||
ar_memory_init();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user