summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update documentation to incorporate read-syntaxAndy Wingo2021-03-044-42/+96
* Syntax objects print with source locationsAndy Wingo2021-03-041-2/+11
* Add docstring for array-shapeDaniel Llorens2021-03-041-2/+12
* Fix reading improper curly-infix expressionsAndy Wingo2021-03-041-3/+3
* don't presume availability of gmp.pcMichael Gran2021-03-038-32/+34
* 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
* Remove read extension support from primitive-readAndy Wingo2021-03-031-37/+5
* More read.c simplificationsAndy Wingo2021-03-031-30/+28
* primitive-read handles only default reader optionsAndy Wingo2021-03-031-656/+122
* Scheme reader fully replaces C readerAndy Wingo2021-03-032-4/+22
* Fix bug in new array readerDaniel Llorens2021-03-032-5/+37
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-0311-46/+62
* Relax srfi-105 source expectationsAndy Wingo2021-03-031-2/+8
* 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
* Invalid charset at EOF does not cause decoding errorAndy Wingo2021-03-032-10/+3
* Remove textual-ports include from (ice-9 read)Andy Wingo2021-03-031-2/+1
* improve autoconfigury for minigmpMichael Gran2021-03-0210-15/+23
* Enable option to prefer mini-gmp over libgmpMichael Gran2021-03-0212-25/+4951
* Fix another typo in routine reading arraysDaniel Llorens2021-03-022-2/+6
* Fix bug reading arrays with lengthsAndy Wingo2021-03-021-1/+1
* Update NEWSAndy Wingo2021-03-011-0/+62
* Fix Scheme read without source positionsAndy Wingo2021-02-281-1/+2
* Shunt syntax-sourcev to (system syntax internal)Andy Wingo2021-02-251-1/+2
* read-syntax uses vector source representationAndy Wingo2021-02-251-3/+1
* Psyntax uses sourcev internallyAndy Wingo2021-02-252-150/+220
* Assembler writes vector source propertiesAndy Wingo2021-02-251-2/+2
* Add syntax-sourcevAndy Wingo2021-02-252-3/+53
* Optimize run-time init and relocation procedureAndy Wingo2021-02-251-57/+109
* Commit updates from newest autoconfAndy Wingo2021-02-252-988/+1157
* Read Scheme via read-syntaxAndy Wingo2021-02-253-8/+16
* Fix read-syntax on vectors and arraysAndy Wingo2021-02-251-3/+3
* Ensure that (syntax ()) results in ()Andy Wingo2021-02-252-34/+40
* Fix module scoping for datum->syntax with no identifierAndy Wingo2021-02-242-115/+124
* Remove top-marked? optimization from psyntaxAndy Wingo2021-02-242-192/+135
* Add quote-syntaxAndy Wingo2021-02-243-38/+47
* Implement read-syntaxAndy Wingo2021-02-214-40/+55
* Document datum->syntax extensionsAndy Wingo2021-02-213-62/+80
* Adapt uses of make-syntax to preserve syntaxAndy Wingo2021-02-212-68/+93
* psyntax preserves source via syntax objectsAndy Wingo2021-02-212-79/+73
* Syntax objects have "source" fieldAndy Wingo2021-02-206-31/+73
* 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