2020-01-21 13:58:06 +01:00
|
|
|
.Dd January 2020
|
2019-01-22 15:29:51 +01:00
|
|
|
.Dt RETRO-UNU 1
|
|
|
|
.Os
|
|
|
|
.Sh RETRO-UNU
|
|
|
|
.Nm retro-unu
|
|
|
|
.Nd "a modern, pragmatic forth development system"
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2020-01-21 13:58:06 +01:00
|
|
|
.Op Fl t
|
2019-01-22 15:29:51 +01:00
|
|
|
filename
|
|
|
|
.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
|
|
|
|
is a tool for extracting code from fenced blocks in literate
|
|
|
|
sources. It will write output to stdout.
|
2020-01-21 13:58:06 +01:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width -indent
|
|
|
|
.It Fl t
|
|
|
|
Include any test blocks in the file.
|
|
|
|
.It filename
|
|
|
|
Extract code blocks from the specified file.
|
|
|
|
.El
|
2019-01-22 15:29:51 +01:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An Charles Childers Aq Mt crc@forthworks.com
|