Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing index entry for plt-r6rs #10

Open
LiberalArtist opened this issue Sep 4, 2022 · 0 comments
Open

Missing index entry for plt-r6rs #10

LiberalArtist opened this issue Sep 4, 2022 · 0 comments

Comments

@LiberalArtist
Copy link
Contributor

The plt-r6rs command-line tool documented at:

@item{Use the @exec{plt-r6rs} executable, supplying the file that
contains the program on the command line:
@commandline{plt-r6rs @nonterm{program-file}}
Additional command-line arguments are propagated as
command-line arguments to the program (accessed via
@racket[command-line]).
To compile the file to bytecode (to speed future runs of the
program), use @exec{plt-r6rs} with the @DFlag{compile} flag:
@commandline{plt-r6rs --compile @nonterm{program-file}}
The bytecode file is written in a @filepath{compiled}
sub-directory next to @nonterm{program-file}.
For example, if @filepath{hi.sps} contains
@racketblock[
(import (rnrs))
(display "hello\n")
]
then
@commandline{plt-r6rs hi.sps}
prints ``hello.''}

isn't searchable in the index, but it should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant