Richard, When compiling, are you using the "-u" option? If so then this will come up. I have found that some parts of the unicon system don't declare local variables, this being a specific example. I use the "-u" option as a matter of course with my own development to catch all such non-declarations.
I have to laugh though, I am currently doing work on a full LR1 parser generator. I have wanted to write one in unicon/icon for many years and I am now working on it. regards Bruce Rennie On 02/07/14 05:33, Richard H. McCullough wrote: > local variable is not declared > error message: > > mkr_parser.icn: "i": undeclared identifier, procedure init_stacks > > Dick McCullough > Context Knowledge Systems > What is your view? > > > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > > > _______________________________________________ > Unicon-group mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/unicon-group ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group
