Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++

Paul B Mann <paul@paulbmann.com>
Fri, 10 Feb 2012 10:19:37 -0800 (PST)

          From comp.compilers

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)
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ boriel@gmail.com (Boriel) (2012-10-24)
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ patchell@cox.net (Jim Patchell) (2012-11-05)
[8 later articles]
| List of all articles for this month |

From: Paul B Mann <paul@paulbmann.com>
Newsgroups: comp.compilers
Date: Fri, 10 Feb 2012 10:19:37 -0800 (PST)
Organization: Compilers Central
References: 12-02-004 12-02-006
Keywords: C, tools, comment
Posted-Date: 10 Feb 2012 23:17:55 EST

On Feb 8, 1:08 pm, "Steven G. Kargl"
<s...@REMOVEtroutmask.apl.washington.edu> wrote:
>
> 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.


I can rename those header files and do a global change on the
include filenames in Visual Studio in about 15 minutes.


Is it really that difficult to do this with UNIX ?


I will make sure the next release has these changes.
Thanks for the valuable feedback. I really appreciate it.


Paul B Mann
[It's easy enough if you know what the files are and where all the
include statements are. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.