[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lexer problem fixed




OK, I figured out what to do to get access to the lexer tokens.  I just
exported token-name, token-value, and token? from the lex.ss library and my
lexing module, and all is well.

Mike