Add support for literal keys #10
Genarito
started this conversation in
Ideas (RFC)
Replies: 1 comment 3 replies
-
How do we want to handle escaping ` if it is the escaping character? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
As proposed in #5, Gura needs a way to represent other configuration languages' key formats to improve portability.
Proposal
Add support for Literal Keys which allows users to define keys with any Unicode char. It would be defined between Grave accents (U+0060). Eg.:
Considerations
This type of key should not be used unless portability with another configuration language is required. It should be stated in the specifications that their use is discouraged.
Version
Gura 2.0.0
which includes breaking changes from #11.Changes
Beta Was this translation helpful? Give feedback.
All reactions