Replies: 1 comment 1 reply
-
It's a good question... My best guess is that it's just because Pest was inspired on some other grammar that use snake case and rust uses camel case... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that pest use snake_case for all its examples and documentation. But it results in having
Rule
with snake case members in Rust code. Why snake_case is used instead of CamelCase to make the generated enum look idiomatic in Rust?Beta Was this translation helpful? Give feedback.
All reactions