Show HN: SQLGlot – Customizable Python SQL Transpiler (github.com) 5 points by captaintobs 5y ago ↗ HN
[–] avinassh 5y ago ↗ Awesome work! How easy/hard is to write an SQL parser? Can you share your learnings while working on this and may be the resources which helped you? [–] captaintobs 5y ago ↗ Thanks! It’s not too difficult, to write one parser, the tricky part is supporting many variants.I learned a lot from this sitehttps://craftinginterpreters.com/
[–] captaintobs 5y ago ↗ Thanks! It’s not too difficult, to write one parser, the tricky part is supporting many variants.I learned a lot from this sitehttps://craftinginterpreters.com/
2 comments
[ 1.9 ms ] story [ 18.5 ms ] threadI learned a lot from this site
https://craftinginterpreters.com/