Description: Lexical analyzer, with java implementation, the core algorithm used by the function readch () to read the next input character variable peek, the function scan skip all white space characters in after the first attempt to identify as < = such a complex lexical unit and integer numbers, if unsuccessful, it tried to read a character.
To Search:
File list (Check if you may need any files):
lexer
.....\Lexer.java
.....\Main.java
.....\Num.java
.....\Tag.java
.....\Token.java
.....\Word.java