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.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/input.h (limited to 'src/input.h') diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..16a4ca6 --- /dev/null +++ b/src/input.h @@ -0,0 +1,8 @@ +#ifndef INPUT_H +#define INPUT_H + +#include "grammar.h" + + + +#endif -- cgit v1.2.3-18-g5258