summaryrefslogtreecommitdiff
path: root/test-suite/tests/reader.test
Commit message (Expand)AuthorAgeFilesLines
* tests: Add read-syntax + syntax-source test.Ludovic Courtès2022-03-071-2/+14
* ice-9/read: Parse #{}}# properly.Maxime Devos2021-08-021-0/+5
* Fix bug for read-syntax on ( . args)Andy Wingo2021-05-011-2/+7
* bug#48089: Guile 3.0.6 returns zero-indexed locations for ‘read-error’Ludovic Courtès2021-04-291-0/+12
* Fix reading #!!#Andy Wingo2021-03-071-1/+16
* Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2021-03-051-1/+1
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-031-6/+6
* read: Use "invalid" rather than "illegal".Jan (janneke) Nieuwenhuizen2020-06-181-10/+10
* Heed the reader settings implied by #!r6rsAndreas Rottmann2016-05-221-6/+39
* Merge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'Andy Wingo2015-01-221-2/+7
|\
| * read: Accept "\(" in string literals.Mark H Weaver2014-10-011-2/+7
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-0/+5
|\ \ | |/
| * read: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-0/+5
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-1/+17
|\ \ | |/
| * Recognize 'escape' character name, per R7RS.Mark H Weaver2014-01-141-0/+4
| * read: Accept "\|" in string literals.Mark H Weaver2014-01-141-0/+4
| * read: Support R7RS '#true' and '#false' syntax for booleans.Mark H Weaver2014-01-141-1/+10
* | String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver2013-08-071-3/+3
|/
* Implement #!fold-case and #!no-fold-case reader directives.Mark H Weaver2012-10-261-0/+13
* fix reading of #||||#Andy Wingo2011-10-051-0/+8
* fix '(a #{.} b)Andy Wingo2011-07-011-0/+1
* fix reader.test for --disable-deprecatedAndy Wingo2011-04-111-2/+3
* read-extended-symbol handles backslash better, including r6rs hex escapesAndy Wingo2011-04-111-0/+12
* Have `read' update line/column numbers when reading SCSH block comments.Ludovic Courtès2011-02-281-0/+11
* implement r6rs hungry escaped EOLAndy Wingo2011-01-211-3/+19
* Fix `reader.test'.Ludovic Courtès2010-11-071-3/+14
* Use a fluid for the list of the reader's "hash procedures"Andreas Rottmann2010-11-031-13/+8
* Favor non-hex string escapes over hex escapes when writing stringsMichael Gran2010-09-261-1/+2
* Incorrect parsing of NaN complex numbersMichael Gran2010-09-251-0/+3
* Enable character hex escapes by defaultMichael Gran2010-07-171-12/+5
* fix '(] infinite loopAndy Wingo2010-07-131-1/+13
* Support for the #!r6rs lexeme.Julian Graham2010-05-271-0/+8
* R6RS string escapes broken on string outputMichael Gran2010-01-231-2/+15
* Move r6rs-hex-escape tests into reader.testMichael Gran2010-01-121-6/+113
* Have string ports honor `%default-port-encoding'.Ludovic Courtès2010-01-071-5/+6
* Add support for R6RS/SRFI-30 nested block comments.Ludovic Courtès2009-10-191-2/+30
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-3/+3
* Merge branch 'syncase-in-boot-9'Andy Wingo2009-05-291-0/+35
|\
| * add tests for #' etcsyncase-in-boot-9Andy Wingo2009-05-281-0/+12
| * add reader tests for #;Andy Wingo2009-05-281-0/+23
* | Symbols longer than 128 chars can cause an exception. Also, the terminating ...Michael Gran2009-05-211-0/+5
|/
* Add test case to make sure `read' returns mutable strings.Ludovic Courtès2008-10-091-1/+8
* Add support for SRFI-88-like postfix keyword read syntax.Ludovic Courtès2008-04-151-1/+15
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-171-1/+5
* Changes from arch/CVS synchronizationLudovic Courtès2007-09-031-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-08-231-0/+6
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-221-4/+105
* (reading): Test bad # error message is formattable.Kevin Ryde2003-06-041-1/+14
* * tests/reader.test: change misc-error in read-error.Han-Wen Nienhuys2002-08-051-2/+3
* * Moved reader related tests from exceptions.test to reader.test.Dirk Herrmann2001-02-281-0/+19