package
0.10.6
Repository: https://github.com/wavesplatform/gowaves.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Ride PEG parser and compiler

Install PEG generator

Ride's PEG grammar is located in ride.peg file. Lines under # Go part section is Go related and can be removed in other implementations.

In order to generate PEG parser, please, install project https://github.com/pointlander/peg.

go install github.com/pointlander/peg@latest