summaryrefslogtreecommitdiff
path: root/test-suite/tests/syncase.test
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in expanderAndy Wingo2015-02-131-1/+16
* psyntax: ((@@ primitive NAME) ARG ...) in (guile) module is a primcallAndy Wingo2013-06-231-0/+33
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-0/+10
|\
| * failing to load module in psyntax indicates an identifier is not macroAndy Wingo2013-03-131-1/+11
* | add #:resolve-syntax-parameters? kwarg to syntax-local-bindingAndy Wingo2013-03-131-1/+26
|/
* Fix @ and @@ to not capture lexicals; new @@ @@ form for R6RS librariesMark H Weaver2012-07-061-8/+8
* allow definitions in with-syntax bodyAndy Wingo2011-03-311-0/+7
* add syncase testAndy Wingo2011-02-271-1/+13
* fix (set! MACRO exp) hygieneAndy Wingo2010-07-091-0/+68
* syntax-case treats _ as placeholderAndy Wingo2010-06-211-0/+11
* fix module-hygiene corner case by relying more on syntax objectsAndy Wingo2010-06-061-0/+22
* psyntax no longer attempts to track (current-module)Andy Wingo2010-05-061-6/+8
* psyntax expander tracks changes to current module in top-level beginAndy Wingo2010-03-031-11/+9
* Change failing syncase test case to UNRESOLVED.Julian Graham2010-03-011-9/+10
* add (currently failing) test case for changing the current module insideJulian Graham2010-02-271-0/+12
* psyntax's labels and marks now unique over a read/write boundaryAndy Wingo2009-12-201-2/+26
* add partial support for tail patterns in syntax-rules/syntax-caseAndreas Rottmann2009-12-111-1/+40
* add quasisyntaxAndreas Rottmann2009-11-141-1/+13
* Remove deprecation warnings from the buildNeil Jerram2009-09-171-5/+0
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
* Allow @ to work with (ice-9 syncase)Neil Jerram2009-02-081-0/+3
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* * lib.scm (exception:missing-expression): New.Dirk Herrmann2003-10-071-7/+6
* (basic syncase macro): Added.Marius Vollmer2002-05-061-0/+7
* New, minimal tests.Marius Vollmer2001-05-211-0/+30