Tool for replacing switch with if-then-else in C?

Markus Mock <mock@cs.washington.edu>
7 Aug 1997 15:22:49 -0400

          From comp.compilers

Related articles
Tool for replacing switch with if-then-else in C? mock@cs.washington.edu (Markus Mock) (1997-08-07)
Re: Tool for replacing switch with if-then-else in C? genew@vip.net (1997-08-09)
| List of all articles for this month |

From: Markus Mock <mock@cs.washington.edu>
Newsgroups: comp.compilers
Date: 7 Aug 1997 15:22:49 -0400
Organization: Compilers Central
Keywords: C, translator, question

Does anybody know a system that translates C source code to C source
replacing all switch constructs by if-then-else constructs?


Thanks.


-- Markus
mock@cs.washington.edu
[Why would you want such a thing? -John]










--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.