Parsey
Parsey copied to clipboard
Swift Parser Combinators
If I include ```swift .package(url: "https://github.com/rxwei/Parsey.git", from: "2.1.0"), ``` ... everything breaks :-( It appears that git tag 2.1.0 is missing all source files except 'Functional' and 'Operators' -- see:...
I discovered a strange issue that seems to be linked to the use of substring in `ParserInput`. My apologies, I wasn't able to create a minimal example. But the issue...
Let's say I have two parsers, one for call expressions, and one for subscript expressions: ```swift static let callExpr = atom.suffixed(by: "(" ~~> callArgs
Implement a staging back-end code generator / interpreter as a seamless plugin to support the current tagless front-end. Contributions are welcome.