summaryrefslogtreecommitdiff
path: root/module/ice-9/read.scm
Commit message (Expand)AuthorAgeFilesLines
* ice-9/read: Parse #{}}# properly.Maxime Devos2021-08-021-2/+5
* Fix bug for read-syntax on ( . args)Andy Wingo2021-05-011-3/+13
* Fix line and column for read errorsAndy Wingo2021-04-291-1/+2
* Fix reading #!!#Andy Wingo2021-03-071-8/+10
* tweak unknown hash object error in readerMichael Gran2021-03-051-1/+1
* print token in error msg for unknown hash objectMichael Gran2021-03-051-1/+1
* Handle <eof> in reader's character escape sequencesMichael Gran2021-03-051-0/+6
* Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2021-03-051-24/+24
* Fix reading of #true / #falseAndy Wingo2021-03-051-1/+1
* Fix reading improper curly-infix expressionsAndy Wingo2021-03-041-3/+3
* Fix reading #c32 vectorsAndy Wingo2021-03-031-1/+1
* Fix some srfi-105 parsing errorsAndy Wingo2021-03-031-7/+8
* Fix length of \U hex escape in new readerAndy Wingo2021-03-031-1/+1
* Fix bug in new array readerDaniel Llorens2021-03-031-4/+2
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-031-23/+12
* Fix unterminated #!...!# error message in Scheme readerAndy Wingo2021-03-031-1/+1
* Fix reading neoteric exprs in Scheme readerAndy Wingo2021-03-031-1/+1
* Fix reader extensions in Scheme readerAndy Wingo2021-03-031-1/+1
* Remove textual-ports include from (ice-9 read)Andy Wingo2021-03-031-2/+1
* Fix another typo in routine reading arraysDaniel Llorens2021-03-021-1/+1
* Fix bug reading arrays with lengthsAndy Wingo2021-03-021-1/+1
* Fix Scheme read without source positionsAndy Wingo2021-02-281-1/+2
* read-syntax uses vector source representationAndy Wingo2021-02-251-3/+1
* Fix read-syntax on vectors and arraysAndy Wingo2021-02-251-3/+3
* Implement read-syntaxAndy Wingo2021-02-211-27/+42
* Use lists instead of string ports to accumulate resultsAndy Wingo2021-02-171-70/+61
* Fix read.scm bugs related to nonstandard reader optionsAndy Wingo2021-02-171-12/+10
* Improve read error reportingAndy Wingo2021-02-171-43/+50
* Scheme read respects "positions" reader optionAndy Wingo2021-02-171-1/+2
* More read micro-optimizationsAndy Wingo2021-02-171-3/+3
* Micro-optimization to delimiter?Andy Wingo2021-02-171-4/+5
* Re-use string output port within readAndy Wingo2021-02-171-64/+69
* Fix (ice-9 read) for #\"Andy Wingo2021-02-141-0/+2
* Fix (ice-9 read) for #!r6rsAndy Wingo2021-02-141-1/+3
* Add "read" implementation in SchemeAndy Wingo2021-02-131-0/+866