Merge remote-tracking branch 'github/pr/125'
[gentoo.git] / dev-python / ply / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <herd>python</herd>
5 <longdescription>
6 PLY is a Python-only implementation of the popular compiler construction
7 tools lex and yacc. The implementation borrows ideas from a number of
8 previous efforts; most notably John Aycock's SPARK toolkit. However,
9 the overall flavor of the implementation is more closely modeled after
10 the C version of lex and yacc. The other significant feature of PLY is
11 that it provides extensive input validation and error reporting--much
12 more so than other Python parsing tools.
13 </longdescription>
14 <longdescription lang="ja">
15 PLYはLexとYaccの有名なコンパイラ・コンストラクション・ツールのPython言語実装です
16 。この実装は以前の試みから幾つものアイディアを借りています。そのほとんどがJohn AycockのSPARKツールキットからです。しかしながら、実装の全体像はC言語によるLexとYaccにより近いモデルです。PLYの他の重要点は幅広い入力バリデーションとエラー報告を>提供する点です。 -- その二点は他のPython言語パーサーより優れています。
17 </longdescription>
18 </pkgmetadata>