Write a touring-complete BBCODE++ interpreter as a Greasemonkey extension.
Name:
Negrogandhi!jMrh9yh8I.2009-01-19 2:26
BBCODE is already perfect.
Name:
Anonymous2009-01-19 4:48
no u
Name:
Anonymous2009-01-19 4:50
Wait, wait.
We need to design it first.
It should be as terrible as the Sepples language itself.
Ideas welcome.
Name:
Anonymous2009-01-19 4:51
I THINK IT SHOULD HAVE SOME KIND OF FOR LOOP IN IT
Name:
Anonymous2009-01-19 4:54
Must use LISP-style syntax.
Name:
Anonymous2009-01-19 4:59
>>2
More spoiler features would be appreciated, though I don't know exactly what would be good spoiler features. And marquees would be nice. Come to think of it, I'd quite like LATEX support (like /sci/) too. And a [blink] tag.
Name:
Anonymous2009-01-19 5:03
Something to annoyingly obfuscate text to non-BBCODE++ users.
Name:
Anonymous2009-01-19 5:06
[BBCODE++]
[1][PRINT]EXPERT BBCODE++ PROGRAMMER[/PRINT][/1]
[2][GOTO]1[/GOTO][/2]
[/BBCODE++]
Name:
Anonymous2009-01-19 5:38
Will BBCODE++ have animation support?
Name:
Anonymous2009-01-19 6:00
support for functional programming plz
Name:
Anonymous2009-01-19 6:51
it needs to use voice commands - for those EXPERT PROGRAMMERS who don't have hands
As the first draft, I suggest to introduce: [instruction] tags [label] tags [goto] tags [variable][assign] tags [add][subtract][mul][div][mod] tags [int][bool][string][hex] tags [print] tags [if][condition][true][false] tags [equals][not equals] tags
a BBCODE++ application:
[instruction][label]start[/label][print][mul][int]4[/int][int]27[/int][/mul][string] - one hundred and eight[/string][/print][/instruction]
[instruction][variable][name]i[/name][value][int]0[/int][/value][/variable][/instruction]
[instruction][label]increment[/label][assign][name]i[/name][value][add][name]i[/name][int]1[/int][/add][/value][/assign][/instruction]
[instruction][if][condition][equals][name]i[/name][hex]a[/hex][/equals][/condition][true][goto]end[/goto][/true][false][goto]increment[/goto][/false][/if][/instruction]
[instruction][label]end[/label][print][b][sup]your[/sup] [sub]done[/sub][/b][/print][/instruction]