Wikidata facts
- Subclass of
- process
- Part of
- GNU Project
- Named after
- Bison
- Movement
- free software movement
- Official website
- www.gnu.org/software/bison
Show 12 more facts
- software version identifier
- 3.8.1
- source code repository URL
- git.savannah.gnu.org/cgit/bison.git
- operating system
- BSD
- copyright license
- GNU General Public License v3.0 or later
- programmed in
- C
- user manual URL
- www.gnu.org/software/bison/manual
- Stack Exchange tag
- stackoverflow.com/tags/bison
- product or material produced
- GLR parser
- inception
- 1985-06-00
- implementation of
- yacc
- replaces
- yacc
- mailing list archive URL
- lists.gnu.org/archive/html/bison-patches
Sources (8)
via Wikidata · CC0
Article · 中文
GNU bison(Bison意为犎牛;而Yacc与意为牦牛的Yak同音)是一个自由软件,用于自动生成语法分析器程序,实际上可用于所有常见的操作系统。Bison把LALR形式的上下文无关文法描述转换为可做语法分析的C或C++程序。在新近版本中,Bison增加了对GLR语法分析算法的支持。 GNU bison基本兼容Yacc,并做了一些改进。它一般与flex一起使用。
Abstract from DBpedia / Wikipedia · CC BY-SA