summaryrefslogtreecommitdiffstats
path: root/parser.l
Commit message (Expand)AuthorAgeFilesLines
* Resolving parser conflicts.Kaz Kylheku2010-01-191-1/+1
* Implemented non-greedy operator.Kaz Kylheku2010-01-151-1/+1
* Bugfix: allow unescaped / to be used in regex character classes.Kaz Kylheku2010-01-131-5/+9
* Implemented the regular expression ~ and & operators.Kaz Kylheku2010-01-051-4/+4
* Remove unnecessary cast.Kaz Kylheku2009-12-091-1/+1
* * parser.l (YYINPUT): Fix signed/unsigned comparison.Kaz Kylheku2009-12-091-2/+3
* * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is notKaz Kylheku2009-12-031-2/+0
* * parser.l: Use flex options to suppress generation of theKaz Kylheku2009-11-281-0/+2
* Fixed broken yyerrorf. It was still taking char *, and passingKaz Kylheku2009-11-241-1/+1
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-3/+7
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-4/+11
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-4/+4
* Fix total breakage of yyerror and yyerrorf.Kaz Kylheku2009-11-181-2/+3
* More removal of C99 wide character I/O, and tightening upKaz Kylheku2009-11-171-3/+3
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-45/+47
* Previous commit broke UTF-8 lexing, by changing the get_charKaz Kylheku2009-11-131-2/+2
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-41/+41
* Documenting extended characters in man page.Kaz Kylheku2009-11-121-0/+15
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-34/+50
* Kill tabs with spaces (how did they sneak in?).Kaz Kylheku2009-11-041-12/+12
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-0/+523