# re2c

## Description:

re2c is a great tool for writing fast and flexible lexers. It has served many people well for many years and it deserves to be maintained more actively. re2c is on the order of 2-3 times faster than a flex based scanner, and its input model is much more flexible.

## Features:

## Reference:

* <http://re2c.org/manual/manual.html>
* <http://re2c.org/examples/examples.html>

## Dependencies:

* None

## Sub Packages:

* None

## Related Packages:

* [php-devel](/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-php.md)
* [php56-devel](/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-php56.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-addon-packages/pkg-addon-re2c.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
