26 Jan
2012
26 Jan
'12
4:40 a.m.
NdK wrote:
Too bad it seems unlang doesn't like : if (cond) { ... } elsif (othercond) {
Perhaps you could try reading "man unlang" to learn it's syntax.
That seems quite a serious limit in the unlang grammar...
Sure. It can't parse Perl, Python, Ruby, C, or any other invented grammar. The grammar it *can* parse is documented. It even gives examples. Even better, it *explains* why it's grammar is limited. Read the documentation. Alan DeKok.