SimpleRegex / SRL-PHP

Simple Regex Language
https://simple-regex.com
MIT License
1.8k stars 112 forks source link

Implementation of SRL in Python #22

Closed mhbashari closed 8 years ago

KarimGeiger commented 8 years ago

In the future, I'll be moving this project to SimpleRegex/SRL-PHP, to have a better overview of everything to come.

If someone wants to contribute an official Python version of this, please let me know. I'll then create a repository at SimpleRegex/SRL-Python and give you permission on it.

mhbashari commented 8 years ago

I can do it.

KarimGeiger commented 8 years ago

That would be awesome. Thanks for that! I've create the repository and granted you write permission. If you need any further help, let me know.

mhbashari commented 8 years ago

Thank you...

Saluev commented 8 years ago

Whoa, we could make a competition on this

SaptakS commented 8 years ago

@KarimGeiger @mhbashari I would also love to contribute in SRL Python.

KarimGeiger commented 8 years ago

@SaptakS thanks! I've added you to both teams and sent you an invitation to the SRL slack team.

SaptakS commented 8 years ago

@KarimGeiger Thanks. :smile:

Saluev commented 8 years ago

By the way, when will the language specification alpha be available?

KarimGeiger commented 8 years ago

I'm not sure. I'll start working on it this weekend, so it might be done next week, but I can't promise anything. Anyhow, I consider the language specification a high priority, so it shouldn't take forever to be done.

KarimGeiger commented 8 years ago

Thanks to @soasme we now have a working Python implementation of SRL. Great work of all of you, you're quite awesome!

I've updated https://simple-regex.com to point to the repository as well, to give the visitors a choice of what implementation to choose.