If rules rewrite without * and + extended symbols, then proctree begin
working
Alex
Below I put part of error message that I got:
File
"C:\Projects\StyleChecker\Python\pyggy-0.4.1\examples\ansic\ansic_gramtab
.py", line 31, in action6
kids[0].append(kids[1])
AttributeError: symnode instance has no attribute 'append'
Possible it is connected with ambiguous grammars... But I not found any
place where kids[0] would be initilized with list in pyggy code.
You can easily reproduce this error when try to parse C source code
like
void main(int argc, char **argv)
{
}
with sample of ansic.pyg grammar in pyggy-0.4.1 distribution.
Now I trying to use pyggy for my task(style checker) and I would be
very glad to help you in improvement of this package.
Alex