summaryrefslogtreecommitdiff
path: root/test-suite/tests/syntax.test
Commit message (Expand)AuthorAgeFilesLines
* Implement R7RS 'define-values'.Mark H Weaver2014-02-021-0/+175
* Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver2014-01-151-2/+15
* 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
* 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
* Support => within case, and improve error messages for cond and caseMark H Weaver2012-02-081-17/+60
* Fix the exception type of the (begin) test.Ludovic Courtès2012-01-051-3/+5
* Raise an error for (begin) when `--disable-deprecated'.Ludovic Courtès2012-01-051-3/+4
* document invalidity of (begin) as expression; add back-compat shimAndy Wingo2011-12-211-3/+4
* 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
* * tests/syntax.test: Added tests for unmemoization.Dirk Herrmann2004-10-031-0/+18
* * lib.scm (exception:used-before-define): New.Marius Vollmer2004-08-231-1/+1
* * tests/syntax.test: Added various tests to check thatDirk Herrmann2004-05-311-23/+188
* * libguile/eval.c (s_macro_keyword): New static identifier.Dirk Herrmann2004-04-261-0/+10
* * tests/syntax.test: Added test for unmemoizing internal defines.Dirk Herrmann2004-01-231-0/+12
* It's "#\\space", not "#\space".Marius Vollmer2003-11-301-1/+1
* * libguile/eval.c (s_mixed_body_forms): New static identifier.Dirk Herrmann2003-11-151-2/+2
* * tests/syntax.test: Fixed test that checks for the correctDirk Herrmann2003-11-151-5/+9
* * tests/optargs.test: Wrap tests in module (test-suiteDirk Herrmann2003-11-091-0/+10
* * libguile/eval.c (s_missing_body_expression): New static identifier.Dirk Herrmann2003-11-081-3/+48
* * libguile/eval.c (s_expression): Added comment.Dirk Herrmann2003-11-011-4/+4
* * libguile/eval.c (scm_m_cont, scm_m_at_call_with_values,Dirk Herrmann2003-10-181-11/+8
* * libguile/eval.c: Sorted include files alphabetically.Dirk Herrmann2003-10-181-8/+8
* * libguile/eval.c (scm_m_let, scm_m_letstar, scm_m_letrec,Dirk Herrmann2003-10-181-38/+38
* * libguile/eval.c (s_bad_formals, s_bad_formal, s_duplicate_formal):Dirk Herrmann2003-10-121-13/+15
* * tests/syntax.test (exception:missing/extra-expr-syntax): FixedDirk Herrmann2003-10-121-1/+1
* * libguile/eval.c (s_duplicate_binding): New static identifier.Dirk Herrmann2003-10-121-2/+4
* * libguile/eval.c (s_missing_expression, s_bad_variable): New staticDirk Herrmann2003-10-111-3/+11