diff options
author | marha <marha@users.sourceforge.net> | 2010-11-19 13:18:48 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-19 13:18:48 +0000 |
commit | 12f606ce06ef926f366a03079c5e3107c23f18af (patch) | |
tree | 28d7be4328bca9c31c1ab0f7cb5924c196be23a0 /tools/bison++/README++ | |
parent | 773752eab55047c33bad0d88006bb69f5c601502 (diff) | |
download | vcxsrv-12f606ce06ef926f366a03079c5e3107c23f18af.tar.gz vcxsrv-12f606ce06ef926f366a03079c5e3107c23f18af.tar.bz2 vcxsrv-12f606ce06ef926f366a03079c5e3107c23f18af.zip |
Added tool bison++-1.21.11
Diffstat (limited to 'tools/bison++/README++')
-rw-r--r-- | tools/bison++/README++ | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/bison++/README++ b/tools/bison++/README++ new file mode 100644 index 000000000..8ab127e9b --- /dev/null +++ b/tools/bison++/README++ @@ -0,0 +1,22 @@ +this is a modified version of bison +the author of the changes is coetmeur@icdc.fr + +all is quite like the standard bison install, except : + + +the bison++.man are man page that shows the differences between +bison and bison++ + +the bison++.dman is a very readable file that generate the +not as much readable troff/man file bison++.man + +on DOS, use bison_pp.mak to build the DOS EXE with MSC7 +there are no big trick in it. it can be directly loaded in +the PWB... +if you want to use another compiler, just compile +and link normally each source like on unix... +use large memory model, and look at the -D option I have added +in the MSC makefile... check also for compiler specific problems... + +you can else get the DOS exe that come normally aside this archive... + |