Parser and lexer generator in Java
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.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/42p78r4nb7zyc3k6y4s2qgr54202p7v7-antlr4-4.8.drv | ||
mips64el-linux | /gnu/store/g1gq24dmfs8fm1xhw2zcaw8lfxi4619g-antlr4-4.8.drv | ||
i686-linux | /gnu/store/ncvzymvparirp3rvfmp9vb3skf7xwyvz-antlr4-4.8.drv | ||
i586-gnu | /gnu/store/ygnv0x90pcl22wxcszkw0zma3imcx45y-antlr4-4.8.drv | ||
armhf-linux | /gnu/store/hf5wvrimrdcsavc2lzrrjpxlwg3v7kp8-antlr4-4.8.drv | ||
aarch64-linux | /gnu/store/ykgfljybx9rb170aw4yfg4qgsk8yvjn4-antlr4-4.8.drv |
Linter | Message | Location |
---|---|---|
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 8221 is way too long (96 characters) | |
formatting Look for formatting issues in the source | line 8295 is way too long (100 characters) |