Closed shivansh closed 6 years ago
Looks good. Perhaps a short description of the gogo
and its aim/purpose?
Done. Apologies for the delay.
The description looks good, but it is a bit long, if we are going to start adding more projects. What about just:
[gogo](https://github.com/shivansh/gogo) - [BNF file](https://github.com/shivansh/gogo/blob/master/src/lang.bnf) - a Go to MIPS compiler written in Go
Or something like that?
Sorry about being so pedantic.
No worries ; longer description seemed a bit awkward to me too :sweat_smile:
I'll add mine to this list after it is merged. Can you also add your projects @mewmew What do you think?
I'll add mine to this list after it is merged.
Sounds good.
Can you also add your projects @mewmew
Sure, I'll prepare a PR.
What do you think?
LGTM, feel free to merge.
EDIT: As you've already approved, I'll just go ahead and merge this. @shivansh thanks for adding your compiler to the list of examples and sharing it with the open source community!
Add an initial entry for gogo as suggested by @awalterschulze.
PS. The refactoring of the BNF file by moving functions for ast construction in an ast package as suggested before is under progress. It will look much cleaner then.