/Lexical-Analyzer

A lexical analyzer that can identify lexemes and tokens found in a source code file provided by the user. Once the analyzer has identified the lexemes of the language and matched them to a token group, the program then prints each lexeme and token pair to the screen

Primary LanguageC++GNU General Public License v3.0GPL-3.0

No issues in this repository yet.