/Scanner-for-lexical-analyzer-in-cpp

A simple c++ program that takes a file as input, and after tokenizing the file, it finds what each token name is(identifier, keyword, separator, operator, literal, or comment).

Primary LanguageC++

No issues in this repository yet.