Package javiergs.tulip.compiler
Class Lexer
java.lang.Object
javiergs.tulip.compiler.Lexer
Lexer class to analyze the input file
This one is an initial version that uses a DFA to recognize binary numbers
- Version:
- 0.1
- Author:
- javiergs, UP students 2026 - team cmd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Lexer
-
-
Method Details
-
run
- Throws:
IOException
-
printTokens
public void printTokens() -
getTokens
-