Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

scr
A tool for working with Forth code blocks.
scr converts 1024-byte Forth code blocks to (and from) a plain-text source code
format modeled on the 16x64 screen format and designed for reading and writing
using common software.
A screen contains 16 lines of code and each line of code can contain at most 64
characters followed by a newline character.
Screens may optionally include line numbers and screen numbers.
Spaces should be used for indenting code.
GETTING STARTED
Building and installing
$ make install
...
$ Examples
To convert a block file to a screen file:
The -n, -l and -s options specify whether newline characters, line numbers or
screen numbers (respectively) are included.
$ scr -ls example.blk example.scr
$ The -d option specifies whether the screen divider (dashed line) is included.
To convert a screen file to a block file:
The -r option specifies that the input is in screen format and the output should
be in block format.
$ scr -rls example.scr example.blk
$ To display a block file in screen format with OPTIONS:
If no output file is specified scr will write to stdout.
$ scr OPTIONS example.blk
...
$ To reformat and display a screen file with OPTIONS:
If no input file is specified scr will read from stdin.
$ scr -rls example.scr | scr OPTIONS
...
$ LICENSE
ISC-style license

About

A tool for working with Forth code blocks

Resources

Stars

12 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages