Re: [PATCH] Simpler lexer regexps of case insensitive keywords.

2016-03-19 Thread Samuel Thibault
Flavio Cruz, on Tue 15 Mar 2016 05:06:12 -0400, wrote: > * lexxer.l: Use (?i) for matching case insensitive keywords. > * README: Fix typo. Applied, thanks! > --- > README | 2 +- > lexxer.l | 100 > +++ > 2 files changed, 51 inser

[PATCH] Simpler lexer regexps of case insensitive keywords.

2016-03-19 Thread Flavio Cruz
* lexxer.l: Use (?i) for matching case insensitive keywords. * README: Fix typo. --- README | 2 +- lexxer.l | 100 +++ 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/README b/README index e4c0639..2c693d8 100644 ---