Skip to content

Aayush-eng/Lexical_Analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lexical_Analyzer

Lexical analyzer reads the characters from source code and convert it into tokens. The lexical analyzer is the part of the compiler that detects the token of the program and sends it to the syntax analyzer. Token is the smallest entity of the code, it is either a keyword, identifier, constant, string literal, symbol. Concept required:-

  1. File Concept of C.
  2. Lex Program
  3. Regualar Expression

About

Lexical Analyzer is made with Lex program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lex 100.0%