Description: Function of lexical analysis program input: source output: pair (lexical mark, property value/its position in the symbol table) constitute the sequence. For example: on the source x: = 5 if (x> 0) then x: = 2* x+1/3 else x: = 2/x # The lexical analysis of the output sequence is as follows: (10, ' x ' ) (18,: =) (11,5) (26, ) (2, if) (27, () ... ...
File list (Check if you may need any files):
token\token.cpp
.....\token.h
token