Speed Improvements
This is a patch release that brings a drastic speed improvement: due to a mistake in the use of std.algorithm.mutation.remove, an array grew to a massive size and memoization was never reenabled.
With this patch, in some tests the parsing of a big Extended Pascal file went from 13 minutes down to 17 seconds!