Language

Package: antlr4 @ 4.8

Synopsis

Parser and lexer generator in Java

Description

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.

Home page
https://antlr.org
Location
gnu/packages/java.scm (line: 8298, column: 2)
License

Lint warnings

LinterMessageLocation
patch-file-names

Validate file names and availability of patches

file names of patches should start with the package name
formatting

Look for formatting issues in the source

line 8304 is way too long (96 characters)
formatting

Look for formatting issues in the source

line 8378 is way too long (100 characters)