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:
-
Have individual list items.
-
Some of which can contain
sub-paragraphs like this one.
- As well as
-
nested lists,
-
like this.
-
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-15 — I've finally released the code for my PHP Structured Text.
- ← Previous
Thoughts on Structured Text - Next →
Magnatune are not vandals