parser generator
C30686
concept
A parser generator is a tool that automatically produces source code for a parser from a formal grammar specification of a language.
All labels observed (4)
| Label | Occurrences |
|---|---|
| code generation tool | 2 |
| parser generator canonical | 2 |
| context-free grammar parsing method | 1 |
| parsing algorithm family | 1 |
Description generation (CDg)
The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.
Instruction
generate a one-sentence description for a given conceptual class. # Response Format Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: parser generator
Generated description
A parser generator is a tool that automatically produces source code for a parser from a formal grammar specification of a language.
Instances (5)
| Instance | Via concept surface |
|---|---|
| GNU Bison | — |
| TableGen | code generation tool |
|
javacc
surface form:
JavaCC
|
— |
| Dart build_runner | code generation tool |
| Aho–Ullman algorithms for parsing | parsing algorithm family |