Hi
I would use arrays or a hash if I could. I would have to specify that array in the grammar which would mean that it would be inside the parser's namespace and cannot be accessed from outside. I am looking for some way I could store the data in the parser itself and then retrieve later after all statements in the file have been tokenized.