jikespg

Jikes Parser Generator

Install

All systems
curl cmd.cat/jikespg.sh
Debian Debian
apt-get install jikespg
Ubuntu
apt-get install jikespg
image/svg+xml Kali Linux
apt-get install jikespg
Windows (WSL2)
sudo apt-get update sudo apt-get install jikespg
Raspbian
apt-get install jikespg

jikespg

Jikes Parser Generator

Jikes Parser Generator is a parser generator that accepts as input an annotated description for a language grammar and produces text files suitable for inclusion in a parser for that language. It is similar in function and use to the widely-available parser generators Yacc and Bison. It also provides support for automatic diagnosis and recovery from syntactic errors. It is the parser generator used by the Jikes Compiler. Jikes Parser Generator can generate parsers for LALR(k) grammars and produce output suitable for use with parsers written in Java, C, or C++.