# Parser Functions

The following functions can be used to create the final TOML parser file

```{eval-rst}
.. autofunction:: adtl.autoparser.create_parser
    :noindex:
```

## Class definitions

You can also interact with the base class `parserGenerator`

```{eval-rst}
.. autoclass:: adtl.autoparser.ParserGenerator
    :members:
```
