Skip to content

🔬 Lexical Analysis is the first phase of the compiler also known as a scanner. It converts the High level input program into a sequence of Tokens.

Notifications You must be signed in to change notification settings

cosminmoldovan/lexical-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexical Analyzer

  • Lexical analysis is the first phase of a compiler.
  • It converts the high level input program into a sequence of tokens, by removing any whitespace or comments in the source code.
  • In programming language, keywords, constants, identifiers, strings, numbers, operators and punctuations symbols can be considered as tokens.


lexical-analysis-process



lexical-analysis-demo

About

🔬 Lexical Analysis is the first phase of the compiler also known as a scanner. It converts the High level input program into a sequence of Tokens.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages