koltenpearson

Results 2 comments of koltenpearson

I tried leaving in the LZW_CLEARCODE at first, but it would not work when I did so. It seemed like the `expected_prefix` was something to check for before performing the...

If the regex you have in mind won't change over the course of the program, you can implement them in c using a goto state machine. https://rubber-duck-typing.com/posts/2017-04-26-goto-the-marvelous.html maybe I will...