Science Fair Project Encyclopedia
GNU bison
GNU bison is a free parser generator computer program written for the GNU project, and available for virtually all common operating systems. It is mostly compatible with YACC, and offers several improvements over the earlier program. It is commonly used in conjunction with flex.
GNU bison is not as portable as YACC as you need other GNU tools like GCC to compile it, though not to use it. It is not fully compatible with YACC, and its generated code may not be completely compatible with ANSI C.
Reference
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


