Currently, brackets written with \left( generate syntax errors if no corresponding \right) command is used. bigl et al. should also generate syntax errors.
See for example
physikerwelt@a1 texvcjs % ./bin/texvcjs '\bigl( a'
+{\bigl (}a
physikerwelt@a1 texvcjs % ./bin/texvcjs '\big( a'
+{\big (}a
physikerwelt@a1 texvcjs % ./bin/texvcjs '\left( a'
S- change in texvcjs
- change in wikitexvc