summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/antlrworks/metadata.xml')
-rw-r--r--dev-util/antlrworks/metadata.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/antlrworks/metadata.xml b/dev-util/antlrworks/metadata.xml
new file mode 100644
index 000000000000..3ae83fc7830c
--- /dev/null
+++ b/dev-util/antlrworks/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>java</herd>
+ <longdescription lang="en">
+ ANTLRWorks is a novel grammar development environment for ANTLR v3
+ grammars written by Jean Bovet (with suggested use cases from
+ Terence Parr). It combines an excellent grammar-aware editor with an
+ interpreter for rapid prototyping and a language-agnostic debugger
+ for isolating grammar errors. ANTLRWorks helps eliminate grammar
+ nondeterminisms, one of the most difficult problems for beginners
+ and experts alike, by highlighting nondeterministic paths in the
+ syntax diagram associated with a grammar. ANTLRWorks' goal is to make
+ grammars more accessible to the average programmer, improve
+ maintainability and readability of grammars by providing excellent
+ grammar navigation and refactoring tools, and address the most common
+ questions and problems encountered by grammar developers.
+ </longdescription>
+</pkgmetadata>