nickd4

Results 5 issues of nickd4

Not ready for merge at the time of writing, the PR has been created to keep track of what has been done and what is still to do. In the...

I am interested in creating scanners with %option noecs nometa-ecs, it removes several lookups from the scanner inner loop, and thus it may be a good compromise between compressed and...

I noticed that it does not seem to pass the ZEXALL tests for me, I haven't tried to run the built-in tests because I have my own tests reliant on...

In C, if you do an expression like ``` myvar = myfunc1() + myfunc2(); ``` the order of calling `myfunc1()` and `myfunc2()` is undefined by the standard. There is code...

In my build the tracks were a bit skinny due to a problem with my etchant and I decided to press ahead anyway even though I ended up having to...