From 9594210f02572681ed581c5197ace4c207db0917 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 8 Nov 2021 16:37:57 +0800 Subject: initial commit Now the rough framework is established and the grammar class is sort of ready. It remains to write a general input reading mechanism. --- src/input.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/input.c (limited to 'src/input.c') diff --git a/src/input.c b/src/input.c new file mode 100644 index 0000000..018d9c7 --- /dev/null +++ b/src/input.c @@ -0,0 +1 @@ +#include "input.h" -- cgit v1.2.3-18-g5258