yannisdc/arboressence
A lightweight tree parsing package in Swift with backtracking build in.
Features
- Backtracking
- Debug visualisation
Installation
Add the following to your Package.swift dependencies:
.package(url: "https://github.com/YannisDC/ArborEssence.git", from: "1.0.0")Then add ArborEssence as a dependency for your target:
.target(
name: "YourApp",
dependencies: ["ArborEssence"]
)Usage
import ArborEssence
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Contributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.
Package Metadata
Repository: yannisdc/arboressence
Default branch: main
README: README.md