https://github.com/sanssecours/homebrew-yaep
Homebrew Formula for the Earley Parser YAEP
https://github.com/sanssecours/homebrew-yaep
Last synced: 3 months ago
JSON representation
Homebrew Formula for the Earley Parser YAEP
- Host: GitHub
- URL: https://github.com/sanssecours/homebrew-yaep
- Owner: sanssecours
- Created: 2018-12-04T10:36:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T15:13:40.000Z (over 6 years ago)
- Last Synced: 2025-03-15T04:05:09.648Z (3 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# YAEP Homebrew Formula
This tap contains a [🍺 Homebrew](https://brew.sh) formula for the Earley parser [YAEP](https://github.com/vnmakarov/yaep). It is currently based on a fork of YAEP, since the [official repository does not list a released version of the parsing engine](https://github.com/vnmakarov/yaep/issues/22).
## Installation
To install YAEP just use enter the two shell commands listed below:
```sh
brew tap sanssecours/yaep
brew install yaep
```.
## Troubleshooting
To check if the installation was successful please use the command `brew test yaep`.