Changes
- New and simplified syntax (#36)
- named expressions do not have an leading backslash except for
\'
; for example,\b
becomesb
- group expressions also do not have a leading backslash except for
\()
to disambiguate from prefixes
- named expressions do not have an leading backslash except for
- Glitter now supports separators, a form of intelligent "whitespace" (#35)
- Add error messages for any parse errors (#36)
This means that all existing users will need to re-write their formats; however, the error messages should be more helpful when doing so.