Skip to content

Piping Grammar Fixes & Bit-Twiddling Optimizations

Michael Aaron Murphy requested to merge mmstick:pipeline_fix into master

Resolves https://github.com/redox-os/ion/issues/207

This will fix the issue with pipe delimiters without surrounding spaces and make the grammar simpler. In addition, this will further optimize the existing bit-twiddling in the grammar and bit-twiddle the pipleline collection mechanism.

Merge request reports