logoalt Hacker News

malisperyesterday at 10:31 AM2 repliesview on HN

Note that most of the unsafes are confined to the parser which was generated by running c2rust over the Postgres parser. The Postgres parser is itself generated from yacc/bison, so I decided to port it over mechanically rather than idiomatically.

If there's particular unsafes that you think are egregious, let me know.


Replies

saymtoday at 2:57 AM

Just wanted to say: I'm thoroughly impressed with how far in the weeds you're replying in this comment section. I'm learning a lot from the threads.

show 2 replies
dvhhtoday at 8:40 AM

I don't know if converting the code could be an issue with copyright, but might be contrived as plagiarism

show 1 reply