Re: indentations instead of endtag in a grammar

2010-02-18 Thread Conrad Irwin
On 02/17/2010 02:22 PM, Andreas Wagner wrote: > Thx for your fast answers. I will take a look. > @ Istvan is it possible that u send me the *.l & *.y files for python > (if u have them)? > Or post a link. Always when i search for python and .y or bison i just > find links to PyBison or PLY but no

Re: indentations instead of endtag in a grammar

2010-02-18 Thread Andreas Wagner
Hi Conrad, very much thx for your answer and the link to the parathon.l file. I think this could help me a lot. Im not trying to parse Phyton-code. I have a language which is "python-like" cause of the line indentations. Regards 2010/2/17 Conrad Irwin > > > On 02/17/2010 02:22 PM, Andreas Wagn

Re: indentations instead of endtag in a grammar

2010-02-18 Thread Andreas Wagner
I have just one small question left. Is it possible to get the *.y file as well? If not its ok because its your code. I just want to understand the behaviour between flex and bison with line indentations. Regards 2010/2/18 Andreas Wagner > Hi Conrad, > > very much thx for your answer and the l

Re: Type checking in semantic actions

2010-02-18 Thread Michael Budach
Hello Hans First of all thanks a lot for your help. >You can change the skeleton file. I have tried out and it works, but it seems like it doesn't make life much easier. So I think I will stick to dummy actions for unneeded rules and leave the skeleton alone. By the way, just in case someon