What's Changed
The main change of this release is to relax the supported grammar, in particular regarding the symbols definition.
- Wip/grammar by @francescofuggitti in #81
- Earlier, symbols could not contain uppercase letters. Now, symbols cannot start with uppercase letters.
- Now, hyphens can only occur in the middle characters of a word, i.e. neither at the start nor at the end of the symbol (unless quoted).
- Double quoted words can contain all printable characters (except the double quote ".
New Contributors
- @francescofuggitti made their first contribution in #81
- @cipollone made their first contribution in cb303b0
Full Changelog: v0.1.1...v0.2.0