/translator

Working on a Language Translator Project for my Computer Systems Class

Primary LanguageJava

The project below contains the code for a Lexical analyzer, also called a tokenizer. Its main purpose is to recognize valid tokens from a stream of input. The Lexical Analyzer is one third of the translator that converts source code into object code.