RETRO-UNU(1) General Commands Manual RETRO-UNU(1)
RETRO-UNU
retro-unu — literate programming tool for use with retro
SYNOPSIS
[−t] filename
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.
is a tool for extracting code from literate sources. It will write output to stdout.
A code block starts with ˜˜˜ on a line by itself and ends with a second ˜˜˜. Test blocks start and end with ‘‘‘.
does not support "out of order" structuring of the code, commentary, and test blocks.
OPTIONS
−t
Include any test blocks in the file.
filename
Extract code blocks from the specified file.
AUTHORS
Charles Childers <[email protected]> GNU June 2020 RETRO-UNU(1)