/Lexical-analyzer-scanner-for-Java-in-Csharp

A GUI C# program :octocat: 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.

Primary LanguageC#MIT LicenseMIT

Scanner-for-lexical-analyzer-Csharp 🎉

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 👨‍💻🎉

SceernShots

Scanner for lexical analyzer Csharp!

TO-DO

  1. Write a Well Documented doc for this code to help edit on it
  2. upload the Jflex version that i wrote for this project before i implemented this (my own implemntaion) code