minor changes

This commit is contained in:
2026-06-24 23:04:58 +03:00
parent eb85acf224
commit 57eb4450af
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace lexer {
struct Token {
TokenKind kind;
std::string lexeme;
std::string value;
int line;
int column;