Syntax
Syntax copied to clipboard
Write value-driven parsers quickly in Swift with an intuitive SwiftUI-like DSL
Hi! I've tried to use your `Syntax` and `SyntaxTree` packages for creating myself a viewer for JSON files. These files that I want to inspect can become quite large, more...
I have tried Ogma both as a Swift PM dependency and as a Pod and both fail with different errors. In the former case it says CGRect and NSTextAttachment are...
The code ```swift private let numberFormatter = NumberFormatter() private let doublePrefixes: Set = Set((0...9).map { "\($0)." } + (0...9).map { "\(-$0)." }) public struct DoubleLiteral: Parser { public static let...
I guess because `free()1Password nulls out freed memory there is a memory problem as when I use the following code ```swift import Foundation import Syntax public enum JSON { case...
I was able to rapidly make progress with Syntax for grammars that did not include comments. I think this can be implemented with the library as it stands however it...