-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A sane language for omit #18
Comments
there are good tools available to help with regex |
https://github.com/hamstergene/pathmatch looks really good |
https://github.com/Gilnaa/globwalk looks better |
The language you've linked is a nice one. I personally thought about glob or a similar language. Also I think it should be written in Lua. |
In Lua?? Why? |
Btw, I hadn't heard of glob before, so I'm glad you had already thought to use its syntax. globwalk looks like it's gone through several beneficial iterations |
Well, flexibility maybe. I think I'm still defining that line between what should be in Rust and what in Lua. |
globwalk is ready |
Lua Patterns is a powerfull and flexible regular strings language, but humankind deserves something a bit more readable.
The text was updated successfully, but these errors were encountered: