Tagged Questions
5
votes
2answers
315 views
About web2c, c code conversion
I'd like to convert some Tex-and-friends code to C, so that I can play with modifying it. As I understand it, the process is:
(1) The tangle utility converts foo.web to a foo.p (Pascal) file, and ...