Go to the documentation of this file.
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...
ScriptToken * getToken(ScriptTokenList::iterator i, ScriptTokenList::iterator end, int offset)
This struct represents a token, which is an ID'd lexeme from the parsing input stream.
ConcreteNodeListPtr parse(const ScriptTokenListPtr &tokens)
Reference-counted shared pointer, used for objects where implicit destruction is required.
ConcreteNodeListPtr parseChunk(const ScriptTokenListPtr &tokens)
ScriptTokenList::iterator skipNewlines(ScriptTokenList::iterator i, ScriptTokenList::iterator end)
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.