Thanks to visit codestin.com
Credit goes to github.com

Skip to content

joseph-beck/gear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gear

GitHub Actions Workflow Status GitHub Release GitHub License GitHub go.mod Go version

    ▄▄             ▄    
 ▄████ ▄█▀█▄ ▄▀▀█▄ ████▄
 ██ ██ ██▄█▀ ▄█▀██ ██   
▄▀████▄▀█▄▄▄▄▀█▄██▄█▀   
    ██                  
  ▀▀▀                   

about

a peg parsing library written in go using packrat parsing to parse left recursive expressions!

usage

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

getting started

# 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

About

peg parsing library written in go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published