javacc
E358039
JavaCC is a popular open-source parser generator for Java that allows developers to define grammars and automatically produce parsers.
All labels observed (2)
How this entity was disambiguated
This entity first appeared as the object of triple T3418317 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: javacc Context triple: [Apache Ant, supportsTask, javacc]
-
A.
GNU Flex
GNU Flex is a widely used open-source lexical analyzer generator that produces C-based scanners for tokenizing text according to user-defined patterns.
-
B.
GNU Bison
GNU Bison is a widely used parser generator that converts context-free grammars into C-based parsers, commonly employed in compilers and interpreters within the GNU ecosystem.
-
C.
Compiler Construction
Compiler Construction is a foundational textbook by Niklaus Wirth that systematically explains the principles and techniques for designing and implementing compilers.
-
D.
shunting-yard algorithm
The shunting-yard algorithm is a method for parsing mathematical expressions and converting infix notation to postfix (or prefix) form using a stack-based procedure.
-
E.
Backus–Naur Form
Backus–Naur Form is a formal notation used to define the syntax of programming languages and other formal grammars in a precise, structured way.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: javacc Target entity description: JavaCC is a popular open-source parser generator for Java that allows developers to define grammars and automatically produce parsers.
-
A.
javac
javac is the standard Java programming language compiler that translates Java source code into Java bytecode for the Java Virtual Machine.
-
B.
GNU Flex
GNU Flex is a widely used open-source lexical analyzer generator that produces C-based scanners for tokenizing text according to user-defined patterns.
-
C.
GNU Bison
GNU Bison is a widely used parser generator that converts context-free grammars into C-based parsers, commonly employed in compilers and interpreters within the GNU ecosystem.
-
D.
Compiler Construction
Compiler Construction is a foundational textbook by Niklaus Wirth that systematically explains the principles and techniques for designing and implementing compilers.
-
E.
shunting-yard algorithm
The shunting-yard algorithm is a method for parsing mathematical expressions and converting infix notation to postfix (or prefix) form using a stack-based procedure.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Java-based tool
ⓘ
open-source software ⓘ parser generator ⓘ |
| canBeIntegratedWith | Java build tools ⓘ |
| distributionForm | downloadable package ⓘ |
| ecosystem | Java compiler-compiler tools ⓘ |
| hasComponent |
parser generator
ⓘ
preprocessor for grammar files ⓘ token manager generator ⓘ |
| hasExtension |
javacc
self-linksurface differs
ⓘ
surface form:
JJTree
|
| implements | LL(k) parsing ⓘ |
| input | grammar files ⓘ |
| isFreeSoftware | true ⓘ |
| JJTreeFunction | syntax tree generation ⓘ |
| license | BSD-style license ⓘ |
| maintainedAs | open-source project ⓘ |
| output |
Java source code for parsers
ⓘ
Java source code for token managers ⓘ |
| primaryUse |
compiler construction
ⓘ
configuration file parsers ⓘ data format parsers ⓘ domain-specific languages ⓘ interpreters ⓘ |
| programmingLanguage | Java ⓘ |
| requires | Java Development Kit ⓘ |
| similarTo |
ANTLR
ⓘ
JavaCUP ⓘ |
| softwareGenre | parser generator ⓘ |
| supportsErrorRecovery | true ⓘ |
| supportsFeature |
automatic parser generation
ⓘ
error reporting ⓘ grammar specification ⓘ lexical analysis specification ⓘ lookahead specification ⓘ semantic actions ⓘ syntax tree construction (via user code) ⓘ token specification ⓘ |
| supportsGrammarNotation | EBNF-like syntax ⓘ |
| supportsLanguage | Java ⓘ |
| supportsParsingTechnique | top-down parsing ⓘ |
| supportsRegularExpressions | true ⓘ |
| supportsUnicode | true ⓘ |
| targetPlatform | Java Virtual Machine ⓘ |
| typicalFileExtension | .jj ⓘ |
| typicalUsers |
compiler developers
ⓘ
language designers ⓘ software engineers ⓘ |
| writtenIn | Java ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: javacc Description of subject: JavaCC is a popular open-source parser generator for Java that allows developers to define grammars and automatically produce parsers.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.
subject surface form:
Apache Ant
subject surface form:
JavaCC
this entity surface form:
JJTree