Related articles |
---|
berkeley yacc on DOS lhhuang@jeeves.waterloo.edu (1992-07-11) |
Re: berkeley yacc on DOS epang@sfu.ca (1992-07-13) |
berkeley yacc on DOS wolff@alpha.ces.cwru.edu (Francis Wolff) (1992-07-13) |
Re: berkeley yacc on DOS tom@smart.bo.open.de (1992-07-14) |
berkeley yacc on DOS jar@cheops.HQ.Ileaf.COM (1992-07-20) |
Re: berkeley yacc on DOS moss@cs.umass.edu (1992-07-21) |
Newsgroups: | comp.compilers |
From: | tom@smart.bo.open.de (Thomas Neumann) |
Organization: | Compilers Central |
Date: | Tue, 14 Jul 1992 15:39:15 GMT |
References: | 92-07-024 |
Keywords: | yacc, MSDOS |
There is usually another problem with the approach of generating a
large parser on a Unix box and then try to run the code under
MS DOS -- runtime stack space !
I've implemented a parser for a source code documentation system
using that technique. The program had no problems under Unix, but
crashed in the DOS version (and the parser was smaller than ANSI C's)
Try increasing the runtime stack of the MS DOS executables as much as
possible. How to do this is compiler dependent.
bye -- Thomas
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.