Hacker News new | ask | show | jobs
by malisper 23 days ago
Note that the code I believe you are referring to is from the parser which was generated with c2rust. The Postgres parser is generated from yacc/bison so rather than try to rewrite it idiomatically, I did so mechanically.
1 comments

Why not just link to the C code then?