Converts a string notation into a Change
Tries to convert a string representation of a change into a change on a particular stage.
> const change = Pricker.changeFromNotation('1', Pricker.Stage.Triples);1 Copy
> const change = Pricker.changeFromNotation('1', Pricker.Stage.Triples);1
Converts a string notation into a Change
Tries to convert a string representation of a change into a change on a particular stage.