Closed cjbd closed 1 month ago
@cjbd Those files are automatically extracted from the Postgres source, via libclang. See scripts/extract_source.rb and extract_source Makefile target.
Out of curiosity, what's the use case where you're trying to generate these files?
@lfittl thanks a lot! i just started learning sql parsing, i thought all parser code was supposed to be generated by flex&bison
Hello, is there a guide or script to generate all those
src_backend_*.c
files from flex&bison source code likescan.l
,grammar.y
? thanks!