Just to clarify...I'm porting a big batch of C code to Transcript and looking for some quick and dirty Transcript code that will parse the C and make it look like Transcript.

For example, it would turn things like "x = 1" into "put 1 into x" , "x += 1" into "add 1 to x", add "end function_name" to the end of each function, remove braces, add "end if" in the right places, etc.

Thanks,
-- Frank

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to