11

I found a C source in these files with .w extensions. It seems like a mix of TeX code and C Programming Language. This is an example of these sources.

How can I compile?

PS: Excuse me for the silly question but I didn't found any documentation

mghis
  • 517
  • 1
  • 5
  • 14

1 Answers1

14

Use Knuth's CWEB, a literate-programming tool. You can download it from here.

JasonFruit
  • 7,764
  • 5
  • 46
  • 61