Description: Lexical analysis Source: from left to right scan every line in the source language of symbols, spell the word, and replaced with a unified internal representation (token), sent to the parser.
- [LR-fenxi] - LR parser code, I believe that the compi
- [LexicalAnalyzer] - Lexical analyzer,the source code to use
- [token] - Function of lexical analysis program inp
File list (Check if you may need any files):
LexicalAnalysis.cpp