Peter
Peter
I implemented this new interface for Scanners but haven't yet implemented it for RegexParsers; implementing it in the obvious way for RegexParsers would create performance issues (likely making a linear...
Submitted for discussion; needs tests and documentation.
As discussed in https://github.com/scala/scala-parser-combinators/issues/397 by @martingd, scanners use their `atEnd` predicate instead of reporting `EofCh` or the built-in `Tokens.EOF`: > ### Note about EofCh > First of all, it seems...
I cloned this repository today and was promptly warned by my operating system that two of the APKs contained malware. Button1.apk reportedly contained a Win32 trojan and ArrayAccess1.apk reportedly contained...
I added disc numbers to sorting by track number (see https://github.com/SimpleMobileTools/Simple-Music-Player/issues/613). It looks to me like the database schema is handled automatically, but it's very possible I failed to implement...
All of the SML tools I've used format code differently from what I expect; lines beginning with `|` are indented, but the convention I'm used to is that if it's...