I didn't say it would be easy...
/ Henrik Grubbström (Lysator)
Previous text:
2003-02-19 17:33: Subject: cmod
It seems very difficult to fix, due to the structure of the code and the poor choice of syntax for "attributes". Basically, given an array like
({ /* 6 elements */ Parser.C.Token("mapping",0,1), Parser.C.Token("|",0,1), Parser.C.Token("void",0,1), Parser.C.Token("x",0,1), Parser.C.Token("flags",0,1), Parser.C.Token("z",0,1) })
the code has to divide this into type, variable name, and attributes _before_ parsing either the type or the attributes...
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)