3 projects tagged "Text Processing"
Minimac is a minimalist, general purpose text macro processor. Its simplicity should make it particularly well suited as a front end preprocessor for little language compilers. It is meant to be simpler to use than m4. It uses an explicit argument stack, and user functions are defined by concatenation (similar to the Forth language). Macro expansion is delayed to the last possible moment. The software is currently in alpha release.
RetroWeb is an extension for RetroForth intended to ease the task of creating Web pages. It is still close to HTML, but offers a more compact syntax. Most importantly, it allows you to work with the full power of Forth to generate HTML code. It can be used to create both static HTML files and simple dynamic CGI responses.
A program that parses METAR, TAF, SYNOP, and BUOY messages and stores them as XML.