- 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
cosminmoldovan/lexical-analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Repository files navigation
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 0
No packages published