Patterns icon indicating copy to clipboard operation
Patterns copied to clipboard

A Swift PEG parser

Results 4 Patterns issues
Sort by recently updated
recently updated
newest added

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

Hi, I'm looking at Patterns to try and pass strings that contain small chunks of source code. I'm trying to work out if I can get it to pass a...

enhancement