summaryrefslogtreecommitdiff
path: root/test-suite/tests/syntax.test
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on #nil in syntaxesRob Browning2021-07-111-0/+10
* Fix syntax testAndy Wingo2021-04-291-1/+1
* bug#48096: [3.0.6] ‘syntax-error’ exceptions include vectors instead of s...Ludovic Courtès2021-04-291-1/+13
* Allow mixed local definitions and expressionsAndy Wingo2019-08-251-4/+27
* Syntax objects are comparable with equal?Andy Wingo2017-04-211-0/+33
* Fix syntax.testAndy Wingo2014-12-101-1/+1
* Assignment conversion in the interpreterAndy Wingo2014-12-051-18/+13
* Merge commit '866af5da3d11ac4a9df44ee8c5b1781a0073c288'Andy Wingo2014-02-071-0/+174
|\
| * Implement R7RS 'define-values'.Mark H Weaver2014-02-021-0/+175
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-211-2/+15
|\ \ | |/
| * Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver2014-01-151-2/+15
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-1/+146
|\ \ | |/
| * Implement R7RS 'syntax-error'.Mark H Weaver2014-01-091-0/+41
| * psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.Mark H Weaver2014-01-091-1/+105
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-091-0/+57
|\ \ | |/
| * Revert "Fix bound-identifier=? to compare binding names, not just symbolic na...Mark H Weaver2013-12-161-5/+0
| * Fix bound-identifier=? to compare binding names, not just symbolic names.Mark H Weaver2013-12-151-0/+5
| * syntax-case: fix error reporting for misplaced ellipses.Mark H Weaver2013-12-131-0/+57
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-02-111-17/+60
|\ \ | |/
| * Support => within case, and improve error messages for cond and caseMark H Weaver2012-02-081-17/+60
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-3/+5
|\ \ | |/
| * Fix the exception type of the (begin) test.Ludovic Courtès2012-01-051-3/+5
* | Merge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'Andy Wingo2012-01-101-3/+4
|\ \ | |/
| * Raise an error for (begin) when `--disable-deprecated'.Ludovic Courtès2012-01-051-3/+4
* | Merge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'Andy Wingo2012-01-101-3/+4
|\ \ | |/
| * document invalidity of (begin) as expression; add back-compat shimAndy Wingo2011-12-211-3/+4
* | add tests for hygienic name introductionAndy Wingo2011-11-071-1/+37
* | another scoping testAndy Wingo2011-11-071-0/+13
* | add scoping testAndy Wingo2011-11-071-1/+18
|/
* allow while as an expressionAndy Wingo2011-04-281-5/+12
* fix quasiquote testAndy Wingo2011-02-081-5/+5
* adapt tests to new syntax-error formAndy Wingo2010-11-181-140/+156
* fix matches? testAndy Wingo2010-06-211-2/+2
* fix order of internal definitionsAndy Wingo2010-06-171-0/+92
* while in terms of syntax-caseAndy Wingo2010-06-111-4/+7
* really boot primitive-eval from scheme.Andy Wingo2009-12-031-0/+4
* new evaluator, y'allAndy Wingo2009-12-011-166/+1
* refactor psyntax.scm's treatment of lambda and lambda*Andy Wingo2009-10-251-5/+5
* eval is actually compileAndy Wingo2009-08-201-24/+22
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
* syntax.test is passing, yayAndy Wingo2009-05-221-84/+27
* residualize names into procedures. re-implement srfi-61. module naming foo.Andy Wingo2009-05-221-110/+114
* some work on syntax.testAndy Wingo2009-05-211-16/+30
* catch syntax errors in unquote and unquote-splicingAndy Wingo2009-05-211-3/+8
* add tree-il->glil compilation test suiteAndy Wingo2009-05-181-7/+17
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-181-0/+44
* Changes from arch/CVS synchronizationLudovic Courtès2007-05-261-9/+21
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* (while): Tests running in empty environment areKevin Ryde2005-01-271-1/+8