Browse Source

Avoid implicit looping and switching

The while loop has been replaced with gotos where appropriate, and
switching has been replaced with a series of if-blocks in line with the
same logic in the tokenizer.
ns
J. King 3 years ago
parent
commit
f8b9cf2c2b
  1. 2276
      lib/TreeBuilder.php

2276
lib/TreeBuilder.php

File diff suppressed because it is too large
Loading…
Cancel
Save