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