help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: parser creation


From: Corbin Champion
Subject: RE: parser creation
Date: Tue, 23 May 2006 14:27:00 +0000


Thanks for pointing me at lex.l and parser.y
What I was thinking I might try is to see if I could create an Octave parser in Java using JavaCC. The methodology is simlar to using Bison or Lex and YACC, so I wanted to see the .l and .y files to uses as a base point.
Corbin

From: "John W. Eaton" <address@hidden>
To: "Corbin Champion" <address@hidden>
CC: address@hidden
Subject: parser creation
Date: Tue, 23 May 2006 03:52:28 -0400

On 22-May-2006, Corbin Champion wrote:

| Does anyone know where the syntax description files are at (in the cvs) that
| were used with Bison to create the parser for octave?

Look at src/lex.l and src/parse.y.

| I am probably going to redo
| some of this work to get the parser in java, but I would like use whatever
| work/learning has already been done here.  Thanks!

Can you explain more clearly what you mean by "get the parser in
java"?

Thanks,

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]