mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add more comments
This commit is contained in:
@@ -3,6 +3,9 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Games.Common.IO;
|
||||
|
||||
/// <summary>
|
||||
/// A simple state machine which parses tokens from a line of input.
|
||||
/// </summary>
|
||||
internal class Tokenizer
|
||||
{
|
||||
private const char Quote = '"';
|
||||
|
||||
Reference in New Issue
Block a user