goccmack / gocc

Parser / Scanner Generator
Other
622 stars 48 forks source link

Add original project overview to readme, update links, fix typos, ... #8

Closed mewmew closed 9 years ago

mewmew commented 9 years ago
goccmack commented 9 years ago

Thanks Robin, for making gocc useable on github.

awalterschulze commented 9 years ago

Now you just need to change the title that still says "Automatically exported from code.google.com/p/gocc" And maybe delete the wiki branch.

mewmew commented 9 years ago

Thanks Robin, for making gocc useable on github.

You are welcome Marius! Thank you so much for publishing Gocc in the first place. It has been an invaluable resource for me to further my understanding of compiler theory, and has been a lot of fun to play around with. My next hobby project is to try and produce a BNF for the LLVM IR assembly language.

And Walter, thank you for developing the gographviz package! It was a fundamental part of my dissertation project, to implement a decompiler from LLVM IR to Go.

Cheers /Robin

awalterschulze commented 9 years ago

You are working on some really cool projects, thank you for using mine :)