Right now we are assuming that an open paren as the first character of a line is the start of a new expression. There are circumstances where this is not true (example: multi-line strings) and will cause odd behavior from the main Parinfer algorithm.
Need to find a better solution here.