A mini GUI C# program that takes a Java Source file as input and then tokenizing the file and find what each token name is(separator, identifier,operator, keyword, literal or comment).
this was a Course Project for my "Compiler Desingn" course in my last year at unviresity in (Computer Science) Major 👨💻🎉
- Write a Well Documented doc for this code to help edit on it
- upload the Jflex version that i wrote for this project before i implemented this (my own implemntaion) code