Related articles |
---|
LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ paul@paulbmann.com (Paul B Mann) (2012-02-07) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ sgk@REMOVEtroutmask.apl.washington.edu (Steven G. Kargl) (2012-02-08) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ haberg-news@telia.com (Hans Aberg) (2012-02-09) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ paul@paulbmann.com (Paul B Mann) (2012-02-10) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ paul@paulbmann.com (Paul B Mann) (2012-02-10) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ sgk@REMOVEtroutmask.apl.washington.edu (Steven G. Kargl) (2012-02-11) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-02-12) |
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ paul@paulbmann.com (Paul B Mann) (2012-02-14) |
[10 later articles] |
From: | "Steven G. Kargl" <sgk@REMOVEtroutmask.apl.washington.edu> |
Newsgroups: | comp.compilers |
Date: | Wed, 8 Feb 2012 19:08:18 +0000 (UTC) |
Organization: | A noiseless patient Spider |
References: | 12-02-004 |
Keywords: | LALR, code |
Posted-Date: | 08 Feb 2012 14:16:11 EST |
On Tue, 07 Feb 2012 14:47:17 -0800, Paul B Mann wrote:
> No one has ported it to Unix or Linux yet. It may be 99% portable.
> It was written with Microsoft Visual
> Studio 2008 C++, however, I try to make my code portable.
UNIX and unix-like system are case sensitive. There is no chance that
this code will build without a significant porting effort. For
example, you have Global.H in some directory; yet, your source has
'#include "global.h"'.
It may also be advantageous to include simple instructions of which
files need to be compiled and the order.
--
steve
Return to the
comp.compilers page.
Search the
comp.compilers archives again.