Debugging Example15
import java_cup.runtime.*;
LineTerminator = \r|\n|\r\n
{Field} { System.out.println("FIELD"); }
{Slash} { System.out.println("SLASH"); }
{LineTerminator} { System.out.println("EOL"); }
Note that I have modified the lexer to
simply show the tokens that it would