-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rename built-in rules to be all lowercase #9
Comments
I’d be happy to do this. To make sure I don’t waste either of our time, though: these, and the others like them in this file? pest3/pest/src/typed/template/mod.rs Lines 1022 to 1059 in 08e9925
Or something somewhere else? |
Yes, I think that. Off the top of my head, I'm not sure if other place needs patching (maybe somewhere in the generator @TheVeryDarkness ?) as well |
@chriskrycho Yes, and you could also update the generated imports here: pest3/generator/src/typed/output.rs Lines 146 to 170 in 08e9925
Maybe you could also remove these two lines: pest3/generator/src/typed/module.rs Lines 309 to 310 in 08e9925
|
@chriskrycho plus adjusting the inline or .pest file tests and samples |
@chriskrycho would it be ok if I assigned this issue to you? |
@tomtau feel free! I will carve out some time later this week or early next to knock it out. Have been enjoying Pest v2 for working on a small programming language… and also feeling very keenly the value that the new stuff in v3 would add! |
Fixes #9 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/pest-parser/pest3/issues/9?shareId=XXXX-XXXX-XXXX-XXXX).
to make it consistent, since they are not separated by the
pest::
moduleThe text was updated successfully, but these errors were encountered: