Worth noting, a related "translator's assistant" approach was taken when bootstrapping the go compiler to be self-hosting:
* https://talks.golang.org/2014/c2go.slide#1 * https://github.com/rsc/c2go The output has stood the test of time. The approach is a bit more automated, at the cost of really only being effective for the one codebase. Critically, it still punted on trying to be perfect, which made it tractable at all. -Ian Quoting Eric Raymond (2018-10-02 09:21:08) > Is promised in the thread on pytogo, I have blogged on the general > topic of rule-swarm attacks in the domain of language transformation. > http://esr.ibiblio.org/?p=8153 > > -- > You received this message because you are subscribed to the Google > Groups "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [1]golang-nuts+unsubscr...@googlegroups.com. > For more options, visit [2]https://groups.google.com/d/optout. > > Verweise > > 1. mailto:golang-nuts+unsubscr...@googlegroups.com > 2. https://groups.google.com/d/optout -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.