kpeg
KPeg is a simple PEG library for Ruby
Install
- All systems
-
curl cmd.cat/kpeg.sh
- Debian
-
apt-get install ruby-kpeg - Ubuntu
-
apt-get install ruby-kpeg - Kali Linux
-
apt-get install ruby-kpeg - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ruby-kpeg - Raspbian
-
apt-get install ruby-kpeg
ruby-kpeg
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.