Compile to bytecode
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Token
|
||||
class Tokenizer
|
||||
{
|
||||
private:
|
||||
// argument for string should never be of length zero
|
||||
// Argument for string should never be of length zero
|
||||
Token ExtractToken(
|
||||
std::string const & string,
|
||||
std::size_t const lineNumber,
|
||||
|
||||
Reference in New Issue
Block a user