summaryrefslogtreecommitdiffstats
path: root/parser.y
Commit message (Expand)AuthorAgeFilesLines
* More regex grammar work.Kaz Kylheku2010-01-191-1/+2
* Whitespace.Kaz Kylheku2010-01-191-1/+1
* Resolving parser conflicts.Kaz Kylheku2010-01-191-17/+20
* * parser.y (regterm, regclass): Relocate handlingKaz Kylheku2010-01-171-3/+3
* Regex syntactic tweaks: support the [] syntaxKaz Kylheku2010-01-161-0/+2
* Implemented non-greedy operator.Kaz Kylheku2010-01-151-2/+6
* Bugfix: allow unescaped / to be used in regex character classes.Kaz Kylheku2010-01-131-2/+4
* * parser.y (precedence): bugfix: character classes like this [^*]Kaz Kylheku2010-01-131-1/+2
* Impelement derivative-based regular expressions.Kaz Kylheku2010-01-131-7/+7
* Some fine tuning in regex grammar.Kaz Kylheku2010-01-061-2/+2
* Implemented the regular expression ~ and & operators.Kaz Kylheku2010-01-051-2/+6
* * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous actionKaz Kylheku2009-11-261-2/+1
* Fix a build breakage that may happen on some platforms.Kaz Kylheku2009-11-251-0/+2
* Fixed broken yyerrorf. It was still taking char *, and passingKaz Kylheku2009-11-241-32/+39
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-52/+53
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-1/+2
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-12/+14
* * parser.y (grammar): Fix error actions that do not assignKaz Kylheku2009-11-201-12/+23
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-22/+22
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-2/+3
* Start of implementation for freestyle matching.Kaz Kylheku2009-11-021-14/+23
* txr-016 2009-10-16txr-016Kaz Kylheku2017-07-311-13/+28
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-0/+593