mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
I think var declarations are working correctly; no type checking yet
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include "literal.h"
|
||||
|
||||
typedef struct LiteralArray {
|
||||
Literal* literals;
|
||||
int capacity;
|
||||
int count;
|
||||
Literal* literals;
|
||||
} LiteralArray;
|
||||
|
||||
void initLiteralArray(LiteralArray* array);
|
||||
|
||||
Reference in New Issue
Block a user