@lezer/generator is a tool for crafting high-performance parsers using the Lezer parsing system. It takes a grammar definition as input and produces efficient JavaScript code ready for use. Ideal for creating custom languages or extending existing ones, the generator simplifies parser development by handling intricate parsing logic. It offers features like conflict resolution and error recovery, streamlining the process of building robust and reliable parsers. It also facilitates incremental parsing, for editors.