From a9e4e3e3224647c178cca1177f17e89fe8866d22 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 20 Jul 2014 15:28:48 +0200 Subject: cleanup --- fast/grammar.hh | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'fast/grammar.hh') diff --git a/fast/grammar.hh b/fast/grammar.hh index c4ef3ad..d17a331 100644 --- a/fast/grammar.hh +++ b/fast/grammar.hh @@ -1,30 +1,23 @@ #pragma once #include -#include using namespace std; -namespace Grammar { +namespace G { -class NT { - public: - string symbol; - unsigned int index; - - string s(); +struct NT { + string symbol; + unsigned int index; }; class T { - public: - string word; + string word; }; class Rule { - public: }; - } // namespace -- cgit v1.2.3