tjysdsg / tan

A programming language for fun

Home Page:https://tjysdsg.github.io/tan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling in Lexer

todo opened this issue · comments

commented

tan/src/lexer/lexer.cpp

Lines 266 to 271 in b2cb68f

// TODO error handling
}
_token_infos.emplace_back(t);
} else if (line[current] == '"') { // string literals
auto *t =
advance_for_string_literal(line, current, line_len);


This issue was generated by todo based on a TODO comment in b2cb68f when #2 was merged. cc @tjysdsg.