Web (programming system): Difference between revisions

Content deleted Content added
Line 51:
* Makes formatting of C code suitable for [[pretty printing]].
* Can define sections, and can contain documentation and codes, which can then be included into other sections.
* WriteWrites the header code and main C code in one file, and can reuse the same sections, and then it can be tangled into multiple files for compiling.
* UseUses <code>#line</code> directive so that any warnings or errors refer to the .w source.
* Include files.
* Change files, which can be automatically merged into the code when compiling/printing.