Big refactor: rename parser/unparser to reader/printer.
authorChris Hanson <org/chris-hanson/cph>
Thu, 10 May 2018 06:08:35 +0000 (23:08 -0700)
committerChris Hanson <org/chris-hanson/cph>
Thu, 10 May 2018 06:08:35 +0000 (23:08 -0700)
commit865c0a90089ffe3f8cd5c5ed63dcc6f04147bd07
treec584b71213baa0529f5c0e429573631281559632
parent1aa54d8780ae820b9d9d4e45e0f3144dc0d04097
Big refactor: rename parser/unparser to reader/printer.

Updated all references and left a couple of renames in place for documented
functionality.
49 files changed:
doc/ref-manual/io.texi
doc/ref-manual/numbers.texi
src/6001/nodefs.scm
src/compiler/base/debug.scm
src/compiler/base/object.scm
src/compiler/base/proced.scm
src/compiler/base/toplev.scm
src/compiler/machines/C/compiler.pkg
src/compiler/machines/i386/compiler.pkg
src/compiler/machines/i386/dassm1.scm
src/compiler/machines/svm/compiler.pkg
src/compiler/machines/svm/disassembler.scm
src/compiler/machines/x86-64/compiler.pkg
src/compiler/machines/x86-64/dassm1.scm
src/edwin/artdebug.scm
src/edwin/debug.scm
src/edwin/edwin.pkg
src/edwin/evlcom.scm
src/edwin/intmod.scm
src/edwin/prompt.scm
src/edwin/schmod.scm
src/etc/find-folded.scm
src/etc/ucd-converter.scm
src/ffi/cdecls.scm
src/imail/imail-util.scm
src/runtime/boot.scm
src/runtime/debug.scm
src/runtime/dragon4.scm
src/runtime/ed-ffi.scm
src/runtime/error.scm
src/runtime/global.scm
src/runtime/input-port.scm
src/runtime/make.scm
src/runtime/output-port.scm
src/runtime/pathname.scm
src/runtime/pp.scm
src/runtime/printer.scm [new file with mode: 0644]
src/runtime/reader.scm [moved from src/runtime/parser.scm with 86% similarity]
src/runtime/rep.scm
src/runtime/runtime.pkg
src/runtime/stack-sample.scm
src/runtime/swank.scm
src/runtime/unpars.scm [deleted file]
src/runtime/world-report.scm
src/sf/cgen.scm
src/sos/microbench.scm
tests/runtime/test-dragon4.scm
tests/runtime/test-file-attributes.scm
tests/unit-testing.scm