Jeff Williams

Results 4 issues of Jeff Williams

When carriage returns are stripped from the input text, the length of the token values no longer equals the length of the tokens in the original text. This change adds...

When I use a lexer to tokenize a program that uses \r\n at the end of the line, if I sum the lengths of all the token values it doesn't...

The default backend was printing the date and time before the message. This means that the default formatter was printing the date instead of just the message as documented, and...

I'm trying to do something unorthodox with rb-readline, and I'm wondering if there is a better way to do it than my hack. I'm writing a simple shell and I...