比较偏门的Bison

1239阅读 2评论2010-03-16 醉卧水云间
分类:

Bison is a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.

Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C or C++ programming in order to use Bison.

上一篇:难道该着我发财了?
下一篇:今日大盘走势甚好, 明日伟星新材开盘看高一线

文章评论