From mboxrd@z Thu Jan 1 00:00:00 1970 From: steve@quintile.net (Steve Simon) Date: Sun, 3 Apr 2011 19:50:20 +0100 Subject: [9fans] Go Plan 9 In-Reply-To: <20110403050717.GB1805@fangle.proxima.alt.za> Message-ID: Topicbox-Message-UUID: c6ea9bba-ead6-11e9-9d60-3106f5b1d025 A month or so ago I got the go compiler chain to build on plan9, port is too grand a term, it was just fixing a few nits. I wrote mkfiles and fixed a few minor bugs. The bigest problem was my knowledge of yacc was not sufficent to rework the error generation magic go uses from the bison based code to plan9 yacc code. perhaps there is a yacc expert out there who would be interested in helping? I am happy to push back my changes, but without either getting yacc to work, or, abandoning yacc and porting bison, I didn't feel it was ready. -Steve