2 This file is part of libmspparser
3 Copyright © 2006 Mikko Rasa, Mikkosoft Productions
4 Distributed under the LGPL
6 #ifndef MSP_PARSER_TOKEN_H_
7 #define MSP_PARSER_TOKEN_H_
26 Token(): type(SPECIAL) { }
27 Token(Type t, const std::string &s): type(t), str(s) { }