Skip to content
 
 

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages