[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: loops
From: |
Hans Aberg |
Subject: |
Re: loops |
Date: |
Mon, 19 Jun 2006 19:06:50 +0200 |
[If you reply, make sure to cc the Help-Bison list.]
There is a section in the Bison manual, "Implementing Gotos/Loops".
You must build a "closure", that can execute the loop after the
parsing has been done, either by outputting some code in a language
that can execute it, or write it directly into the memory.
On 19 Jun 2006, at 01:54, temp14 wrote:
How i can do loop?
I have:
loop: REPEAT statement UNTIL condiction ';'
Can someone write me action for this?
Tenx
_______________________________________________
address@hidden http://lists.gnu.org/mailman/listinfo/help-bison
- loops, temp14, 2006/06/18