An open API service indexing awesome lists of open source software.

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

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`.