iAbdullah37 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%