omnia100 / Tokenizer

Compilers CS419: Lexical Analyzer for mini-c language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokenizer:

In this project, you will build a small compiler for mini-C language. In the first phase of this project, you are required to build a program that tokenizes a stream of characters and outputs tokens in the order they appeared

About

Compilers CS419: Lexical Analyzer for mini-c language


Languages

Language:Python 100.0%