Install ruby-kpeg by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-kpeg
Description:
KPeg is a simple PEG library for Ruby
KPeg is a simple PEG (parsing expression grammar) library for Ruby. It provides an API as well as native grammar to build the grammar. KPeg strives to provide a simple, powerful API without being too exotic.
Homepage: https://github.com/evanphx/kpeg
Version: 1.0.0-1
Section: universe/ruby