Kare Morstol

Results 16 issues of Kare Morstol

Lets you do [[NTBTask alloc] initWithLaunchPath:@"echo"]; instead of [[NTBTask alloc] initWithLaunchPath:@"/bin/echo"]; also rename initWithLaunchPath to initWithCommand?

enhancement

Even though Swift operators are technically functions I think it would be useful to at least optionally list operators under their own heading. Especially in [this case](http://kareman.github.io/SwiftShell/) where there is...

enhancement
feature
discussion

See Sources/Patterns/Regex.swift and Sources/Patterns/Atomic Patterns/OneOf.swift.

help wanted
good first issue

Some patterns, like Grammar, don’t provide correct PEG descriptions of themselves.

bug

Is it possible to implement a mode which makes any unit test fail if it outputs anything to standard error or has an exit code different from 0? An excellent...