added line parser (doesn't parse anything yet)

This commit is contained in:
Marc Zinnschlag 2010-06-28 12:12:47 +02:00
parent fda7077cf2
commit 16f6f27a90
6 changed files with 106 additions and 6 deletions

View file

@ -56,7 +56,7 @@ namespace Compiler
/// - Default-implementation: Report an error.
virtual bool parseFloat (float value, const TokenLoc& loc, Scanner& scanner);
///< Handle a double token.
///< Handle a float token.
/// \return fetch another token?
///
/// - Default-implementation: Report an error.