Skip to content
Kervius edited this page Oct 23, 2014 · 2 revisions

Welcome to the boa wiki!

boa - a barebone pre-processor which converts the input into an intermediate source for another (interpreted) language and executes it. The intermediate source is made mostly of statements writing to stdout, with whatever user has specified in the file inside the @ line. The rest of the text is converted into print statements, which write to stdout the text, verbatim.

The boa preprocessing language description

IncludeHowTo

MacroHowTo

Clone this wiki locally