From 69852d9ae210080e999eb5bbb81481f527580a97 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sun, 3 Oct 2021 18:57:27 +0100 Subject: Complete parser with arrays, bools and nulls. Create empty testing file --- test.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test.c (limited to 'test.c') diff --git a/test.c b/test.c new file mode 100644 index 0000000..b2f9976 --- /dev/null +++ b/test.c @@ -0,0 +1,2 @@ +int main() { +} -- cgit v1.2.3