1) Rework resync algorithm

2) Add multiword synonyms to eng module

3) Fix / rework C module

4) Add covert channels in C code:

- ; after }
  1 bit

  get orig:

  If notcomment nottext
    If current is } and next isn't ;, set a flag foo1

  get water:

  If current is } and foo1, and next is ;, append ; to cur

- ! versus == 0
  1 bit

- (sth) versus != 0
  1 bit
  
- adding / removing inlines, static
  1 bit

- adding signed to char, float, int, long w/o unsigned
  1 bit

- while -> for
  1 bit

