1. Using Cedar Tangle
To use Tangle in Cedar, you need two files: a WEB source file, named something like Foo.web, and a file of changes to the source, named Foo.changes.
The formats of these files are mostly described in the WEB Users Manual. The only point that's different in Cedar is that Tioga comment nodes can be liberally spread through the file with abandon. Tangle is an entirely naive file reader and won't see them at all.
Given these files, the command ``Tangle Foo'' will be sufficient to create the output file, Foo.pas.
All error messages in Cedar Tangle are given with character positions suitable for use with the Tioga Position button.