Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Lexical_Analyzer
Lexical Analyzer is made with Lex program able to identify all the token is C Language.

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
Expand Down