Cartoon drawing of a man with a grey beard and glasses.

coofdy.com

Martin Kenny's blog

Implementing Structured Text

I’ve started to implement my structured text ideas as PHP code.

Currently it handles levels of indenting Python-style, and uses them to determine nesting of lists and heading levels.

This allows me to do things like:

sub-paragraphs like this one.

This section includes some gratuitous code:

for (int i = 0; i < 10; i++)
{
  sprintf("i: %d", i);
}

Some final closing remarks would go just about here.

Update: 2004-03-15I’ve finally released the code for my PHP Structured Text.

Tags: