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

Paul B Mann <paul@paulbmann.com>
Fri, 10 Feb 2012 13:24:41 -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)
Re: LRSTAR 3.0: LALR(k) parser generator & lexer generator for C++ charlesb.cca@mpowercom.net (Charles E. Bortle, Jr.) (2012-11-12)
[7 later articles]
| List of all articles for this month |

From: Paul B Mann <paul@paulbmann.com>
Newsgroups: comp.compilers
Date: Fri, 10 Feb 2012 13:24:41 -0800 (PST)
Organization: Compilers Central
References: 12-02-004 12-02-006
Keywords: parse, tools, C++
Posted-Date: 10 Feb 2012 23:18:27 EST

> 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 have created a newer release: 3.0.211 in which I renamed the file
names to all lower case and changed the #include filenames to match.


I also added "readme.txt" files to the "source" directories which
tells you how to compile under UNIX/Linux (i.e. compile the
"lrstar.cpp" file, the "dfastar.cpp" file and the "dfac.cpp" file).


I'm sure there will be more changes needed, because I'm not so
familiar with UNIX.


Paul Mann



Post a followup to this message

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