summaryrefslogtreecommitdiffstats
path: root/parser.y
Commit message (Expand)AuthorAgeFilesLines
* * parser.y (texts, elem): Fixed incorrect use of rl ratherKaz Kylheku2011-11-241-4/+4
* Optimization: if all the elements of (text ...) areKaz Kylheku2011-11-231-1/+10
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-231-4/+12
* * parser.y (char_from_name): const on wchar_t *.Kaz Kylheku2011-11-201-2/+2
* Bug #34630Kaz Kylheku2011-11-201-2/+4
* * parser.y (yybadtoken): Use ~a to print bad character rather than #\Kaz Kylheku2011-11-191-1/+1
* * parser.y: Regression IDENT, '{' and '}'Kaz Kylheku2011-11-181-2/+1
* Task #11598.Kaz Kylheku2011-11-171-5/+10
* Adding quote and unquote read syntax to list forms, resemblingKaz Kylheku2011-11-171-2/+5
* * parser.y: Bugfix: precedence of { } must be low, close to that ofKaz Kylheku2011-11-171-1/+2
* Allow directives after variable to be a kind of negative match.Kaz Kylheku2011-11-161-4/+5
* Variable matches can span over function calls.Kaz Kylheku2011-11-161-2/+2
* * match.c (h_var): when manipulating specline, propagate theKaz Kylheku2011-11-151-23/+28
* Changing read syntax for character literals, because we are going toKaz Kylheku2011-11-151-24/+58
* * parser.y: Correctly record line number info for regex.Kaz Kylheku2011-11-121-1/+1
* Eliminate line numbers from the abstract syntaxKaz Kylheku2011-11-121-24/+27
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-51/+96
* Task #11431. First cut at horizontal match functions.Kaz Kylheku2011-11-081-1/+2
* Task #11581Kaz Kylheku2011-11-061-2/+18
* Parse error handling improvements.Kaz Kylheku2011-10-261-1/+72
* * parser.y: Remove mention of nonexistent terminal \\Kaz Kylheku2011-10-251-1/+1
* * parser.y (elem): Amending previous change. A single spaceKaz Kylheku2011-10-131-3/+1
* * Makefile (%.ok: %.txr): Use unified diff for showingKaz Kylheku2011-10-131-5/+35
* Extending syntax to allow for @VAR and @(...) forms insideKaz Kylheku2011-10-061-2/+11
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* Implemented new last clause for collect and coll.Kaz Kylheku2011-10-031-6/+13
* * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038Kaz Kylheku2011-10-021-1/+3
* * parser.y (all_clause, some_clause, none_clause, maybe_clause,Kaz Kylheku2011-10-011-12/+12
* Regression bug fix: longest match variables broken byKaz Kylheku2011-10-011-1/+1
* New directive: choose.Kaz Kylheku2011-10-011-13/+33
* * match.c (match_line): Implemented horizontal all, some,Kaz Kylheku2011-09-291-1/+20
* * match.c (chars_k): New variable.Kaz Kylheku2011-09-291-3/+3
* * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): NewKaz Kylheku2011-09-291-19/+26
* * match.c (match_line): Logic restructured to allow forKaz Kylheku2011-09-281-3/+31
* * parser.y ('{', '}'): Nope, still not right.Kaz Kylheku2011-09-271-2/+1
* * parser.y ('{', '}'): Bugfix: precedence of theseKaz Kylheku2011-09-271-1/+2
* Bugfixes: Consistent escaping in various literals. DoubleKaz Kylheku2011-09-261-0/+2
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-8/+7
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* * match.c, parser.y: Support for old output syntax removed.Kaz Kylheku2011-09-231-2/+3
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* 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