mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
.. | ||
flexer.md | ||
README.md |
layout | title | category | tags | order | ||
---|---|---|---|---|---|---|
docs-index | Enso's Parser | summary |
|
0 |
The Flexer
The flexer is a finite-automaton-based engine for the generation of highly-efficient lexers. It is capable of supporting the lexing of unrestricted grammars as it provides the author with the ability to manipulate the lexing state after every match.
The various components of the flexer's design and architecture are described below:
- Overview of the Flexer: A brief overview of the flexer, including what it is and how it works.