goccmack / gocc

Parser / Scanner Generator
Other
622 stars 48 forks source link

Add users section in README #67

Closed shivansh closed 6 years ago

shivansh commented 6 years ago

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.

mewmew commented 6 years ago

Looks good. Perhaps a short description of the gogo and its aim/purpose?

shivansh commented 6 years ago

Done. Apologies for the delay.

awalterschulze commented 6 years ago

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?

awalterschulze commented 6 years ago

Sorry about being so pedantic.

shivansh commented 6 years ago

No worries ; longer description seemed a bit awkward to me too :sweat_smile:

awalterschulze commented 6 years ago

I'll add mine to this list after it is merged. Can you also add your projects @mewmew What do you think?

mewmew commented 6 years ago

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!