The following throws `A sequence cannot be empty.`: var s = alg.parse("L L'") alg.coalesceBaseMoves(s) I'm currently leaning towards a special, non-nestable `EmptyAlgorithm extends Algorithm` class to represent the empty alg, if anything.
The following throws
A sequence cannot be empty.:I'm currently leaning towards a special, non-nestable
EmptyAlgorithm extends Algorithmclass to represent the empty alg, if anything.