How to Install antlr-doc in Ubuntu 18.04



Install antlr-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install antlr-doc

Description:

language tool for constructing recognizers, compilers etc

This package contains the documentation and examples for antlr. ANTLR stands for ANother Tool for Language Recognition, (formerly PCCTS). It is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . See antlr package for a complete description

Homepage: http://www.antlr2.org

Version: 2.7.7+dfsg-9.2

Section: universe/doc