29 #ifndef __SCRIPTPARSER_H_ 30 #define __SCRIPTPARSER_H_ 55 ScriptToken *getToken(ScriptTokenList::iterator i, ScriptTokenList::iterator end,
int offset);
56 ScriptTokenList::iterator skipNewlines(ScriptTokenList::iterator i, ScriptTokenList::iterator end);
This struct represents a token, which is an ID'd lexeme from the parsing input stream.
Reference-counted shared pointer, used for objects where implicit destruction is required.
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...