Uses of Package
com.knezevic.edaf.v3.repr.grammar.model
Packages that use com.knezevic.edaf.v3.repr.grammar.model
Package
Description
Grammar-based representation infrastructure.
Grammar builders/parsers.
Deterministic grammar decision-vector encoding utilities.
Tree evaluators for grammar-derived programs.
Grammar model entities.
Grammar operator registry and protected primitives.
Rendering utilities for symbolic trees.
Serialization formats for grammar trees and metadata.
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammarClassDescriptionImmutable derivation tree (AST) built from grammar productions.Immutable grammar model with start symbol, productions, and metadata.
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammar.build
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammar.encodingClassDescriptionImmutable derivation tree (AST) built from grammar productions.Immutable grammar model with start symbol, productions, and metadata.
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammar.eval
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammar.modelClassDescriptionImmutable derivation tree (AST) built from grammar productions.Common marker for non-terminals and terminals used inside grammar productions.One non-terminal symbol in a grammar.Terminal that references one executable operator definition.One grammar production rule.Base terminal symbol class.Optional type annotation for terminals and production rules.Runtime value type tags used by grammar symbols and production rules.
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammar.ops
-
Classes in com.knezevic.edaf.v3.repr.grammar.model used by com.knezevic.edaf.v3.repr.grammar.render
-