On 10082 day of my life Marijn Haverbeke wrote:
version 1.05 of Postmodern is now a reality.
Very nice :)
Btw, I would use different specifiers for char and varchar:
(char n) => char(n) (string n) => varchar(n)
To me, STRING is closer to variable-length entities than to fixed-length entities. Especially if you compare char[n] and string in C or Pascal :)