cooklang / cooklang-swift

Cooklang parser implementation in Swift
https://cooklang.org
MIT License
38 stars 3 forks source link

Mentioning another implemntation #3

Closed umgefahren closed 2 years ago

umgefahren commented 3 years ago

I wrote a CookLang Parser in Rust. Could you consider mentioning it? My Project: https://github.com/umgefahren/cook-with-rust

dubadub commented 3 years ago

@umgefahren wow, that's impressive! I don't know Rust, so can't give any feedback. Do you want me to add your repo under umbrella of Cooklang organisation? Or reference it on the web-site and spec?

A bit later after https://github.com/cooklang/CookInSwift/issues/2 is done we can add more test-cases.

umgefahren commented 3 years ago

A mentioning on the Website would be nice. The project is not as mature as your swift implementation, so for now I would leave the repo where it is. Maybe you could leave the issue open, after you added my project to website, so we could track the relations between your project and mine. Many organizations have a dedicated meta repository for discussions like that. This maybe worth consideration, when your project grows. The Actions-rs project is a good example.

dubadub commented 3 years ago

@umgefahren Great idea about meta. I think most of the discussion goes in spec repo. I setup Discussions there as well for more like a free style conversations. I'm thinking about renaming the spec repo into meta as you suggested.

dubadub commented 2 years ago

Closing the issue as now we have section in spec and on the web-site with implementations.