Package javiergs.tulip.compiler


package javiergs.tulip.compiler
  • Classes
    Class
    Description
    Automata class represent a DFA.
    Lexer class to analyze the input file This one is an initial version that uses a DFA to recognize binary numbers
    A Token is a pair of a value (string or word) and its type