From fb32b160b867ac7e39622db89cecbcc1ae71e873 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 17 Aug 2014 00:31:45 -0400 Subject: [PATCH] Parser - Corrected comment regarding instantly recognized lexemes in ::initialize. --- src/Parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Parser.cpp b/src/Parser.cpp index a2099b9ff..80482434b 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -105,7 +105,7 @@ void Parser::initialize (int argc, const char** argv) if (l->second == Lexer::typeOperator) sub->tag ("OP"); - // TODO More types needed. + // TODO More types needed. Perhaps. } } }