Replaced MetaStyle project with codegen_style/numbers in MSVC.

This commit is contained in:
John Preston
2016-04-19 01:00:54 +03:00
parent 4fe70c3a12
commit 6859109503
12 changed files with 184 additions and 74 deletions
@@ -57,6 +57,9 @@ Token invalidToken() {
BasicTokenizedFile::BasicTokenizedFile(const QString &filepath) : reader_(filepath) {
}
BasicTokenizedFile::BasicTokenizedFile(const QByteArray &content, const QString &filepath) : reader_(content, filepath) {
}
bool BasicTokenizedFile::putBack() {
if (currentToken_ > 0) {
--currentToken_;