jeml-lang / jeml

Just Enough Markup Language
MIT License
16 stars 0 forks source link

Case sensitivity rules? #5

Open stephenreay opened 5 years ago

stephenreay commented 5 years ago

I'm not sure I understand the case sensitivity rules in the README?

It says keys are case-insensitive, but that values like true and false are case-sensitive.

I'm not sure if this is a python-inspired thing, but to me this seems backwards - I'd have thought keys were case sensitive (because they're essentially used as-is in the final language representation) but that special values like true and false, if parsed at all, would be case-insensitive (specifically because they are parsed into a value)