summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* @(next) takes Lisp expression as source now.Kaz Kylheku2015-11-201-1/+14
* @(rep) as shorthand for @(coll :vars nil).Kaz Kylheku2015-11-201-2/+11
* Use symbol in diagnostics in collect.Kaz Kylheku2015-11-201-9/+9
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-141-36/+36
* Pattern vars accessed from Lisp now dynamic.Kaz Kylheku2015-11-041-4/+29
* Factor out excessive uw_set_match_context calls.Kaz Kylheku2015-11-031-51/+40
* New range type, distinct from cons cell.Kaz Kylheku2015-11-011-1/+3
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Fix cascading message for unbound vars in pattern language.Kaz Kylheku2015-09-271-2/+4
* C++: don't use int constant as enum initializer.Kaz Kylheku2015-09-091-1/+1
* TXR 105 regression: real-time stream not used on tty.Kaz Kylheku2015-09-071-6/+11
* Go into repl after processing txr file also.Kaz Kylheku2015-09-071-5/+6
* Replace two-step initialization of args with macros.Kaz Kylheku2015-08-241-4/+2
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-2/+9
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-121-0/+1
* * eval.c (force): Default the new second argument of source_loc_str.Kaz Kylheku2015-08-041-4/+5
* Hash-bang support for .tl files.Kaz Kylheku2015-07-021-1/+1
* @(load) and @(include) now load Lisp code.Kaz Kylheku2015-06-121-29/+36
* Preparing for lisp loading.Kaz Kylheku2015-06-101-1/+2
* * match.c (v_load): Call parse_once rater than parse.Kaz Kylheku2015-06-071-1/+1
* Ligher weight debug instrumentation.Kaz Kylheku2015-05-221-4/+4
* Slight internal representation change of string-only exceptions.Kaz Kylheku2015-02-061-4/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * match.c (h_trailer): Bugfix: not returning new variableKaz Kylheku2015-01-051-2/+2
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-41/+41
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-6/+17
* * match.c (match_fun): Bugfix: replace incorrect plain returnKaz Kylheku2014-10-191-1/+1
* * match.c (mf_all): Drop data_lineno parameter. InitializeKaz Kylheku2014-10-181-26/+24
* * match.c (v_eof): Bugfix: we are at EOF not only whenKaz Kylheku2014-10-171-1/+1
* * match.c (dest_bind): Remove the restriction of not allowingKaz Kylheku2014-10-171-2/+14
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-71/+71
* * match.c (dest_bind): More detailed log message for variableKaz Kylheku2014-10-161-1/+2
* New @(line) and @(chr) directives.Kaz Kylheku2014-10-161-1/+48
* * match.c (subst_vars): Fix buggy rendering of TXR Lisp expressionsKaz Kylheku2014-10-151-5/+24
* Eliminating the extra list wrapping applied to regularKaz Kylheku2014-10-031-28/+30
* * match.c (h_var): Fix regression introduced in 2014-08-11Kaz Kylheku2014-10-031-4/+3
* * match.c (v_load): Fix regression introduced in 94: broken @(load).Kaz Kylheku2014-08-291-1/+1
* Uprooting stupidities in handling of output variables.Kaz Kylheku2014-08-131-5/+1
* Fix regression in previous change: we must match a compound textKaz Kylheku2014-08-131-8/+13
* When a variable is delimited by some form other thanKaz Kylheku2014-08-121-95/+110
* First cut at restructuring how variable matching works in the patternKaz Kylheku2014-08-111-22/+15
* Big switch to reentrant lexing and parsing.Kaz Kylheku2014-08-021-5/+7
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * match.c (subst_vars): Bugfix: I neglected to apply theKaz Kylheku2014-07-221-1/+1
* * match.c (v_do, v_require): Set up and tear down environment frame,Kaz Kylheku2014-07-151-2/+11
* * match.c (h_eol): Fix broken horizontal @(eol).Kaz Kylheku2014-07-151-1/+1
* Optimization: add missing tail updates to some listKaz Kylheku2014-06-201-1/+1
* * Makefile: Install share/txr/stdlib/*.txr material.Kaz Kylheku2014-06-121-1/+2
* * match.c (v_load): use the abs_path_p function instead ofKaz Kylheku2014-06-121-1/+1
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-091-2/+2