metadata.xml 1.1 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>java@gentoo.org</email>
  6. <name>Java</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. ANTLRWorks is a novel grammar development environment for ANTLR v3
  10. grammars written by Jean Bovet (with suggested use cases from
  11. Terence Parr). It combines an excellent grammar-aware editor with an
  12. interpreter for rapid prototyping and a language-agnostic debugger
  13. for isolating grammar errors. ANTLRWorks helps eliminate grammar
  14. nondeterminisms, one of the most difficult problems for beginners
  15. and experts alike, by highlighting nondeterministic paths in the
  16. syntax diagram associated with a grammar. ANTLRWorks' goal is to make
  17. grammars more accessible to the average programmer, improve
  18. maintainability and readability of grammars by providing excellent
  19. grammar navigation and refactoring tools, and address the most common
  20. questions and problems encountered by grammar developers.
  21. </longdescription>
  22. </pkgmetadata>