Web (programming system)
CWEB is a computer programming system created by Donald Knuth and Silvio Levy as a follow-up to Knuth's ''WEB'' literate programming system, using the C programming language (and to a lesser extent the C++ and Java programming languages) instead of Pascal.Like WEB, it consists of two primary programs:
* CTANGLE, which produces compilable C code from the source texts, and * CWEAVE, which produces nicely-formatted printable documentation using TeX. Provided by Wikipedia
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18