Split command-line processing out of load into its own file.
authorChris Hanson <org/chris-hanson/cph>
Sat, 19 May 2018 06:21:05 +0000 (23:21 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 19 May 2018 06:21:05 +0000 (23:21 -0700)
commita198d4330559e7dfc544fcfb25514799941c8912
tree6d8862e93aef0910f4376edfe896c40914f281ba
parent6a54b246c074acba0e1e1d4dcb808a296e49c8e9
Split command-line processing out of load into its own file.

Also implement command-line for R7RS, renaming existing command-line to
command-line-arguments.
doc/user-manual/user.texinfo
src/runtime/command-line.scm [new file with mode: 0644]
src/runtime/interrupt.scm
src/runtime/load.scm
src/runtime/make.scm
src/runtime/runtime.pkg