added an initial man page for retro-compiler(1)
FossilOrigin-Name: bab1ed202e0a8cef212975433c8426e43a0c595392d1cb093b7d78a5cb69ab99
This commit is contained in:
parent
11418661d8
commit
733c39fc77
2 changed files with 22 additions and 0 deletions
|
@ -39,5 +39,6 @@
|
||||||
- fix bugs in retro-compiler(1) preventing compilation
|
- fix bugs in retro-compiler(1) preventing compilation
|
||||||
- fix bug in retro-compiler(1) causing compiled programs to
|
- fix bug in retro-compiler(1) causing compiled programs to
|
||||||
hang on startup
|
hang on startup
|
||||||
|
- added an initial man page for retro-compiler(1)
|
||||||
|
|
||||||
================================================================
|
================================================================
|
||||||
|
|
21
man/retro-compiler.1
Normal file
21
man/retro-compiler.1
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
.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
|
Loading…
Reference in a new issue