Aram Hăvărneanu <[email protected]> wrote: > Alternatively, one can implement rc(1) or awk(1) in Go, rather than > implementing all the base tools.
Speaking from experience, there are a fair number of dark corners to handle if you are going to implement awk. Contact me off list for pointers to documentation and test suites. Is there even a yacc equivalent from Go? That might be a reasonable project - add Go support to Berkely Yacc, Plan 9 Yacc, or Bison. Or larger in scale, to implement Yacc itself in Go. Arnold
