Peter

Results 18 comments of Peter

Thanks to both of you. I'll dig around in my built AOSP and see if I can find a boot.oat file somewhere.

I found boot.oat in the output of the Android build I did to generate my odex files. It now gives a different (higher) number for the index that's out of...

There is still no leakage description in Echoer.

I see now that `phrase()` is intended to solve this problem. It's still fairly confusing that `EOF` is a thing. I'd like to see improvements to the API and/or documentation...

I just tried making a scanner and discovered this issue. I tried to work around it by creating a separate scanner object with different whitespace behavior but haven't been able...

I don't particularly care for the fact that the `Associativity` enum lives outside of the `Parsers` trait, but I don't see a way to include it because of the binary...

I'm still not seeing the same results when I run `sbt test` locally as the CI pipeline is showing. I've rebased on the new `main` (as this code is completely...