Re: Bison Java Interface

2012-10-26 Thread Hans Aberg
On 27 Oct 2012, at 00:07, Marc Mendiola wrote: > To whom it may concern, > > I am currently new to GNU Bison and thus, have only read the manual briefly. > I want to use the Java Interface to implement my parser. I have two > questions. > > (1) I am using a Macbook with GNU Bison version 2.

Re: Bison Java Interface

2012-10-26 Thread Oleksii Taran
27.10.12 01:07, Marc Mendiola написав(ла): > To whom it may concern, > > I am currently new to GNU Bison and thus, have only read the manual briefly. > I want to use the Java Interface to implement my parser. I have two > questions. > > (1) I am using a Macbook with GNU Bison version 2.3 insta

Bison Java Interface

2012-10-26 Thread Marc Mendiola
To whom it may concern, I am currently new to GNU Bison and thus, have only read the manual briefly. I want to use the Java Interface to implement my parser. I have two questions. (1) I am using a Macbook with GNU Bison version 2.3 installed. How can I upgrade to the latest version of Bison

Re: Compiling Reverse Polish Calculator Example

2012-10-26 Thread Hans Aberg
Don't forget to cc the list, so that others can follow the issue. On 26 Oct 2012, at 23:36, Marc Mendiola wrote: > Hans, > > Thank you! That took care of those first two errors. However, I am still > receiving the other errors. > > rpcalc.y:1.2: invalid character: `' > rpcalc.y:1.3: invalid

Re: Compiling Reverse Polish Calculator Example

2012-10-26 Thread Hans Aberg
On 26 Oct 2012, at 23:13, Marc Mendiola wrote: > However, when I try to generate the parser using "bison rpcalc.y," I receive > the following errors. > > rpcalc.y:1.1: invalid character: `\377' > rpcalc.y:1.2: invalid character: `\376' This may be a BOM added by the editor. Try removing it. H

Compiling Reverse Polish Calculator Example

2012-10-26 Thread Marc Mendiola
To whom it may concern, I am currently new to GNU Bison and thus, have only read the manual briefly. I am trying to compile a working example of a parser in order to help my understanding of the material. Therefore, I went through the rpcalc example provided online. I copied the code verbat