博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Bison for Windows
阅读量:2400 次
发布时间:2019-05-10

本文共 2231 字,大约阅读时间需要 7 分钟。

导读:

Bison: Yacc-compatible parser generator

2.1

Bison is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse 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 programming in order to use Bison.

If you download the of the package, any requirements for running applications, such as dynamic link libraries (DLL's) from the dependencies as listed below under Requirements, are already included. If you download the package as Zip files, then you must download and install the yourself. Developer files (header files and libraries) from other packages are however not included; so if you wish to develop your own applications, you must separately install the required packages.

Description Download Size Last change Md5sum
• Complete package, except sources     3008634   19 November 2005   17974bac507f85ab4072fb5ce88d640d
• Sources     1142411   19 November 2005   de0ede67b830990b5ba26e25cc95cede
 
• Binaries     585372   19 November 2005   94066c30feb93f20bc5b9b726b89e1c0
• Dependencies     708206   19 November 2005   01ad0639741f3d82de161fa7309e5e23
• Developer files     1290   19 November 2005   882a9995ce0a355bc5fdb5ffcd58b09a
• Documentation     1972346   19 November 2005   1f70a1b61e1fbfb28e23435adbe5b7c1
• Sources     1905516   19 November 2005   675af55147cd33684aac991c734c6620

You can also download the files from the GnuWin32 .

You can new releases of the port of this package.

Requirements for running applications, excluding external ones such as msvcrt.dll, perl, etc, are included in the and the .
  • Win32, i.e. MS-Windows 95 / 98 / ME / NT / 2000 / XP / 2003 with msvcrt.dll and msvcp60.dll. If msvcrt.dll or msvcp60.dll is not in your Windows/System folder, get them from , or (msvcrt.dll only) by installing 4.0 or higher.
  • (for developing with the Bison library)

bison,2.1,gnu,win32,win32s,win64,gnuwin32,i386,ia64, gnuwin64,gnuwin

本文转自

转载地址:http://pgnob.baihongyu.com/

你可能感兴趣的文章
初始化简单的IP放火墙(Script)(转)
查看>>
恢复IpTables的默认设置(Script)(转)
查看>>
用iptales实现包过虑型防火墙(一)(转)
查看>>
用iptables实现NAT(转)
查看>>
MYSQL(解决方法):Client does not support authentication(转)
查看>>
Oracle 游标使用大全(转)
查看>>
天龙八步-》打造debian-desktop-》配置桌面[三](转)
查看>>
天龙八步-》打造debian-desktop-》安装声卡[五](转)
查看>>
在Debian系统中编译Linux内核需要安装的软件包(转)
查看>>
在Debian Woody (Stable) 下安装 2.6 内核(转)
查看>>
winrar功能两例(转)
查看>>
设置Win 98开机密码(转)
查看>>
windows命令集(转)
查看>>
p4调优(转)
查看>>
CSS文本:word-wrap(转)
查看>>
CSS文本:text-align(转)
查看>>
CSS文本:unicode-bidi(转)
查看>>
CSS文本:vertical-align(转)
查看>>
Window安全设置(转)
查看>>
wincvs自动checkin和checkout(转)
查看>>