Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carld committed Jun 24, 2011
1 parent 5cf36e0 commit 17b5d55
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions lispkit.1
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
.\" groff -man -Tascii lispkit.1 | less
.TH lispkit 1 "23 June 2011" "lispkit"
.TH lispkit 1
.SH "NAME"
lispkit \- functional programming language
Lispkit \- a functional programming language similar to Lisp
.SH "SYNOPSIS"
.B lispkit
.I function-file
[
.I arguments-file
]
.SH "DESCRIPTION"
.B lispkit
.SH "OPTIONS"
.IP function-file
A file containing lispkit machine code.
.IP argument-file
A file containing lispkit arguments.
If not present, arguments can be entered through stdin.
.SH "FILES"
.IP compiler.lispkit.o
.IP compiler.lispkit
.IP compiler
Lispkit compiler in machine code form
.IP compiler
Lispkit compiler in source code form
.SH "ENVIRONMENT"

.SH "BUGS"

.B LISPKIT_MEMORY
.SH "AUTHOR"
This program is based on the Lispkit described in
"Functional Programming Application and Implementation",
by Peter Henderson (ISBN 0-13-331579-7).
This Lispkit and man page by Carl Douglas (carl.douglas@gmail.com).
This Lispkit and man page by A. Carl Douglas (carl.douglas@gmail.com).

0 comments on commit 17b5d55

Please sign in to comment.