well two ideas for the c parser:
1. - instead of -
if ()
{
}
- one could say -
if ()
}
2. drop the requirement to put ; at end of the statements.
by default the parser could be this way, and to turn the functionality off, use some kind of in-code switch
