FROM : Jeremy Erwin
DATE : Sat Jan 25 21:14:00 2003
On Saturday, January 25, 2003, at 11:23 PM, Samad wrote:
> Is it possible to have lex or yacc input files in PBX and if so, how
> can I set up my project to handle *.l and *.y files?
> Samad
Just add the files into the project. There's a detailed description of
how one might do this in "Building Cocoa Applications". In the example
alluded to in the book, the lex file (rules.l) depends on a
intermediate produced by running grammar.y through yacc. To correctly
resolve this dependency, grammar.y is added to the project before
rules.l
Jeremy
DATE : Sat Jan 25 21:14:00 2003
On Saturday, January 25, 2003, at 11:23 PM, Samad wrote:
> Is it possible to have lex or yacc input files in PBX and if so, how
> can I set up my project to handle *.l and *.y files?
> Samad
Just add the files into the project. There's a detailed description of
how one might do this in "Building Cocoa Applications". In the example
alluded to in the book, the lex file (rules.l) depends on a
intermediate produced by running grammar.y through yacc. To correctly
resolve this dependency, grammar.y is added to the project before
rules.l
Jeremy
| Related mails | Author | Date |
|---|---|---|
| Samad | Jan 25, 20:24 | |
| Jeremy Erwin | Jan 25, 21:14 | |
| Samad | Jan 25, 21:33 |






Cocoa mail archive

