Yacc-compatible parser generator
GNU Bison is a general-purpose parser generator. It can build a deterministic or generalized LR parser from an annotated, context-free grammar. It is versatile enough to have many applications, from parsers for simple tools through complex programming languages.
Bison also provides an implementation of yacc
, as specified by POSIX.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/6xg6wf479kzzqyrb4y1ffpvnm017cvxs-bison-3.0.5.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/szfvwiziwaz2fq3ign0lx2fhrvrrc7ym-bison-3.0.5.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/6rag4kxgdrp8axic9pyhnssswg0hv40a-bison-3.0.5.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/350ckvaj0aarc3nzw1hhphigrs6lj3p5-bison-3.0.5.drv | |
riscv64-linux | /gnu/store/sg45i0a73wk1q1x5hm0h66k7k788bbch-bison-3.0.5.drv | ||
powerpc-linux | /gnu/store/h1gyffg9jnfw3aprc64y4fjynfikp4di-bison-3.0.5.drv | ||
powerpc64le-linux | /gnu/store/y2jb3wk88g3y5jyz5m8br7pl6nkigpg0-bison-3.0.5.drv | ||
mips64el-linux | /gnu/store/2wy4blpakpzdsmf20mfh9y0r2y7hswx0-bison-3.0.5.drv | ||
i686-linux | /gnu/store/raxk3xfdr8gl6gik4l7y0py0gxx93ibh-bison-3.0.5.drv | ||
i586-gnu | /gnu/store/bw4crphsdldf6p3nigagw5khnjzaj4z5-bison-3.0.5.drv | ||
armhf-linux | /gnu/store/9i6wx2vpmjb1f92qdrin08wqw38hwy9m-bison-3.0.5.drv | ||
aarch64-linux | /gnu/store/3pqb8qdv362cxcldx845jcsfa41ic70a-bison-3.0.5.drv |
Linter | Message | Location |
---|---|---|
inputs-should-be-native Identify inputs that should be native inputs | 'flex' should probably be a native input | |
inputs-should-be-native Identify inputs that should be native inputs | 'm4' should probably be a native input |