retroforth/man/retro-compiler.1
crc 733c39fc77 added an initial man page for retro-compiler(1)
FossilOrigin-Name: bab1ed202e0a8cef212975433c8426e43a0c595392d1cb093b7d78a5cb69ab99
2023-11-08 03:37:07 +00:00

21 lines
555 B
Groff

.Dd November 2023
.Dt RETRO-COMPILER 1
.Os
.Sh RETRO-COMPILER
.Nm retro-compiler
.Nd "a modern, pragmatic forth development system"
.Sh SYNOPSIS
.Nm
filename
entry
.Sh DESCRIPTION
RETRO is a modern, pragmatic Forth drawing influences from many
sources. It's clean, elegant, tiny, and easy to grasp and adapt
to various uses.
.Nm
takes a source file you provide and compiles it into a new
image. The new image is then bundled with a RetroForth runtime
and saved as a new executable named `a.out`.
.Sh AUTHORS
.An Charles Childers Aq Mt crc@forthworks.com