▄▄ ▄
▄████ ▄█▀█▄ ▄▀▀█▄ ████▄
██ ██ ██▄█▀ ▄█▀██ ██
▄▀████▄▀█▄▄▄▄▀█▄██▄█▀
██
▀▀▀ a peg parsing library written in go using packrat parsing to parse left recursive expressions!
to install gear
# install gear in your project
$ go get -u github.com/joseph-beck/gear// import with
import (
"github.com/joseph-beck/gear/pkg/gear"
)for examples see examples
# 1. make sure go is installed
# go to https://go.dev/doc/install for to install
# 2. install go packages
make install
# 3. run
make cli
# etc. make commands
# view all other commands and their use
make help