[antlr-interest] "finally" blocks

Bryan Ewbank ewbank at gmail.com
Mon Jan 17 14:41:09 PST 2005


"finally" can be implemented in C the same way the "exceptions" can be
- without setjmp/longjmp, but with control flow such as a dummy
do{...}while(0) statement, and a following switch to manage
exceptions.

No big deal (he says, not having to implement it :-)


More information about the antlr-interest mailing list