AnyhowStep / sql-compiler

An experimental SQL compiler
MIT License
0 stars 0 forks source link

Failed experiment to match parentheses; keeping branch for reference #36

Open AnyhowStep opened 3 years ago

AnyhowStep commented 3 years ago

DO NOT merge this.

This is a failed experiment. Failed because I'm not smart enough to figure this out.

The "regular" algorithm tries to minimize the number or error nodes. However, this change tries to increase the number of error nodes when trying to match parentheses, sometimes.