Skip to content

[컴파일러] 파이썬으로 구현한 Lexical Analyzer

Notifications You must be signed in to change notification settings

Youngminah/Lexical-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexical Analyzer with Python3

  1. (By hand) Define tokens based on the given lexical specifications
  2. (By hand) Make a regular expression for each token
  3. (By hand) Construct a NFA for recognizing tokens
  4. (By hand) Construct a DFA transition table for recognizing tokens
  5. Implement a program which lexically analyzes an input source code by using the DFA transition table

About

[컴파일러] 파이썬으로 구현한 Lexical Analyzer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages