YACC<yet another compiler compiler>
| bacillus | 遺伝子名 | YacC |
| 同義語(エイリアス) | 33 kDa chaperonin; hslO; BSU00710; HSP33; Heat shock protein 33 homolog | |
| SWISS-PROTのID | SWISS-PROT:P37565 | |
| EntrezGeneのID | --- | |
| その他のDBのID | Subtilist:BG10134 |
本文中に表示されているデータベースの説明
出典:Wikipedia
出典:『Wikipedia』 (2011/06/25 20:50 UTC 版)
The computer program yacc is a parser generator developed by Stephen C. Johnson at AT&T for the Unix operating system. The name is an acronym for "Yet Another Compiler Compiler." It generates a parser (the part of a compiler that tries to make syntactic sense of the source code) based on an analytic grammar written in a notation similar to BNF.