Next: Tag definition Previous: The language implementation Contents: Contents |
So there are two main tasks to perform when writing a converter: define the tags you want to use and write backend callbacks which generate one or more documents in the target format. These pieces are then put together by an application that loads tag definitions, runs the parser and calls the backend (which invokes your callbacks).
The following chapters will describe this work in detail.
Next: Tag definition Previous: The language implementation Contents: Contents |