Breaking changes:
- Revised naming of glyph-related parameters and a class. 04122a2
- “@” and “ ” (space) are no longer allowed in glyph names. aa2cf3d
- Merged
.contextualSub()
into.sub()
. ede610c- Rendered moot: MultipleSubstStatement couldn’t be composed with
.contextualSub()
, which was first fixed with 708b773. - Static type checking based on function overloading is no longer available.
- Rendered moot: MultipleSubstStatement couldn’t be composed with
IgnoreSubstStatement can now be composed:
c.sub("a", c.input("d"), ignore=True) # ignore sub a d';