X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fprogramparser.h;fp=source%2Fprogramparser.h;h=390f19cbdf921a24ca6c2a6f00adcb76d7c9cce9;hp=4bd6b70e99e1b9e2064eb9de9416a253ae5286bc;hb=a36992487d018d8801ead6980b362b00a2f5f5c5;hpb=70f9fe2964700fc199ab3cabb26f9b14d078c56b diff --git a/source/programparser.h b/source/programparser.h index 4bd6b70e..390f19cb 100644 --- a/source/programparser.h +++ b/source/programparser.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include "programsyntax.h" @@ -40,6 +41,7 @@ private: std::deque next_tokens; ProgramSyntax::Module main_module; ProgramSyntax::Module *cur_module; + std::set declared_types; static Operator operators[];