Forth tools
This is an overview of Forth tools present on
Albert's Home Page.
Tools presented here run and are tested on
lina version 5.
They include ready to run 32-bit binaries for Linux and don't require the Forth
itself, but it may come in handy for debugging.
Probably they also run on wina version 5.
Source plus binary distribution of support packages(ISO).
- Forth assemblers source package
This consists of an assembler/disassembler source, and plug ins
for 6809, 8080, 8086, 80386, Pentium I and DEC Alpha.
It comes in a simple version, and one that supports labels and sections.
- Download a regular expression filter,
written in Forth
This is a binary program that can replace
strings matched by regular expressions, globally.
The source is included.
The explanation is scanty, but there is a file test-re.frt
that shows examples of about everything you may want.
You can get further information from the comment in the source.
There is an example of conversion from a xml markup to LaTeX.
- Forth block tools
fromblk converts from a block file to a text file,
and toblk the other way around.
toblk shoehorns, i.e. if lines are too long it compresses
spaces.
These are ready to run binaries, you don't need a Forth compiler.
Of course they are written in Forth and the source is provided.
Go to the home page of Albert van der Horst