Skip to content

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.

License

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages