Lexer/scanner which takes `std::string` and returns tokens. - [x] Lexer errors - [ ] Tests - [ ] Unit tests - [ ] Simple code lexing - [ ] Advanced code lexing
Lexer/scanner which takes
std::stringand returns tokens.