Class Lexer

java.lang.Object
javiergs.tulip.compiler.Lexer

public class Lexer extends Object
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 Details

    • Lexer

      public Lexer(File file)
  • Method Details